Subversion Repositories Kolibri OS

Rev

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

Rev 1774 Rev 1885
Line 19... Line 19...
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
20
;;             Version 2, June 1991                                ;;
20
;;             Version 2, June 1991                                ;;
21
;;                                                                 ;;
21
;;                                                                 ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
$Revision: 1774 $
24
$Revision: 1885 $
25
 
25
 
Line 26... Line 26...
26
__DEBUG_LEVEL_OLD__	equ __DEBUG_LEVEL__	; use seperate debug level for network part of kernel
26
__DEBUG_LEVEL_OLD__	equ __DEBUG_LEVEL__	; use seperate debug level for network part of kernel
Line 58... Line 58...
58
SOCK_STREAM		equ 1
58
SOCK_STREAM		equ 1
59
SOCK_DGRAM		equ 2
59
SOCK_DGRAM		equ 2
60
SOCK_RAW		equ 3
60
SOCK_RAW		equ 3
Line 61... Line 61...
61
 
61
 
62
; Socket options
62
; Socket options
-
 
63
SO_ACCEPTCON		equ 1 shl 0
-
 
64
SO_BROADCAST		equ 1 shl 1
-
 
65
SO_DEBUG		equ 1 shl 2
-
 
66
SO_DONTROUTE		equ 1 shl 3
-
 
67
SO_KEEPALIVE		equ 1 shl 4
-
 
68
SO_OOBINLINE		equ 1 shl 5
-
 
69
SO_REUSEADDR		equ 1 shl 6
-
 
70
SO_REUSEPORT		equ 1 shl 7
-
 
71
SO_USELOOPBACK		equ 1 shl 8
Line 63... Line 72...
63
SO_ACCEPTCON		equ 1
72
 
64
 
73
 
65
; Socket States
74
; Socket States
66
SS_NOFDREF		equ 0x001	; no file table ref any more
75
SS_NOFDREF		equ 0x001	; no file table ref any more