Subversion Repositories Kolibri OS

Rev

Rev 1318 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1318 Rev 1514
Line 192... Line 192...
192
str6	db	'Could not open socket',10,10,0
192
str6	db	'Could not open socket',10,10,0
193
str7	db	'Got data!',10,10,0
193
str7	db	'Got data!',10,10,0
Line 194... Line 194...
194
 
194
 
195
sockaddr1:
195
sockaddr1:
196
	dw AF_INET4
196
	dw AF_INET4
197
.port	dw 23 shl 8
197
.port	dw 23
198
.ip	dd 0
198
.ip	dd 0