Subversion Repositories Kolibri OS

Rev

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

Rev 2964 Rev 2994
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: 2964 $
24
$Revision: 2994 $
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 78... Line 78...
78
SO_REUSEADDR            = 1 shl 6
78
SO_REUSEADDR            = 1 shl 6
79
SO_REUSEPORT            = 1 shl 7
79
SO_REUSEPORT            = 1 shl 7
80
SO_USELOOPBACK          = 1 shl 8
80
SO_USELOOPBACK          = 1 shl 8
81
SO_BINDTODEVICE         = 1 shl 9
81
SO_BINDTODEVICE         = 1 shl 9
Line -... Line 82...
-
 
82
 
-
 
83
SO_BLOCK                = 1 shl 10
82
 
84
 
83
; Socket level
85
; Socket level
Line 84... Line 86...
84
SOL_SOCKET              = 0
86
SOL_SOCKET              = 0