Subversion Repositories Kolibri OS

Rev

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

Rev 3146 Rev 3185
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: 3146 $
24
$Revision: 3185 $
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 127... Line 127...
127
API_ICMP                = 2
127
API_ICMP                = 2
128
API_UDP                 = 3
128
API_UDP                 = 3
129
API_TCP                 = 4
129
API_TCP                 = 4
130
API_ARP                 = 5
130
API_ARP                 = 5
131
API_PPPOE               = 6
131
API_PPPOE               = 6
-
 
132
API_IPv6                = 7
Line 132... Line 133...
132
 
133
 
Line 133... Line 134...
133
HWACC_TCP_IPv4          = 1 shl 0
134
HWACC_TCP_IPv4          = 1 shl 0
Line 185... Line 186...
185
 
186
 
Line 186... Line 187...
186
include "PPPoE.inc"
187
include "PPPoE.inc"
187
 
188
 
188
include "ARP.inc"
189
include "ARP.inc"
Line 189... Line 190...
189
include "IPv4.inc"
190
include "IPv4.inc"
190
;include "IPv6.inc"
191
include "IPv6.inc"
191
 
192
 
Line 727... Line 728...
727
        je      ARP_api
728
        je      ARP_api
Line 728... Line 729...
728
 
729
 
729
        cmp     ax, API_PPPOE
730
        cmp     ax, API_PPPOE
Line -... Line 731...
-
 
731
        je      PPPoE_api
-
 
732
 
-
 
733
        cmp     ax, API_IPv6
730
        je      PPPoE_api
734
        je      IPv6_api
Line 731... Line 735...
731
 
735
 
732
        add     esp, 4                           ; if we reached here, no function was called, so we need to balance stack
736
        add     esp, 4                           ; if we reached here, no function was called, so we need to balance stack