Subversion Repositories Kolibri OS

Rev

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

Rev 1196 Rev 1200
Line 48... Line 48...
48
IP_PROTO_IP	equ 0
48
IP_PROTO_IP	equ 0
49
IP_PROTO_ICMP	equ 1
49
IP_PROTO_ICMP	equ 1
50
IP_PROTO_TCP	equ 6
50
IP_PROTO_TCP	equ 6
51
IP_PROTO_UDP	equ 17
51
IP_PROTO_UDP	equ 17
Line -... Line 52...
-
 
52
 
-
 
53
; Socket types
-
 
54
SOCK_STREAM	= 1
-
 
55
SOCK_DGRAM	= 2
-
 
56
SOCK_RAW	= 3
52
 
57
 
53
; TCP opening modes
58
; TCP opening modes
54
SOCKET_PASSIVE	equ 0
59
SOCKET_PASSIVE	equ 0
Line 55... Line 60...
55
SOCKET_ACTIVE	equ 1
60
SOCKET_ACTIVE	equ 1