Subversion Repositories Kolibri OS

Rev

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

Rev 4850 Rev 4976
Line 14... Line 14...
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
15
;;             Version 2, June 1991                                ;;
15
;;             Version 2, June 1991                                ;;
16
;;                                                                 ;;
16
;;                                                                 ;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 18... Line 18...
18
 
18
 
Line 19... Line 19...
19
$Revision: 4850 $
19
$Revision: 4976 $
20
 
20
 
Line 21... Line 21...
21
IPv4_MAX_FRAGMENTS              = 64
21
IPv4_MAX_FRAGMENTS              = 64
Line 265... Line 265...
265
 
265
 
266
        and     eax, 0x0fffffff
266
        and     eax, 0x0fffffff
267
        cmp     eax, 224
267
        cmp     eax, 224
Line 268... Line 268...
268
        je      .ip_ok
268
        je      .ip_ok
Line 269... Line -...
269
 
-
 
270
        ; or a loopback address (127.0.0.0/8)
269
 
271
 
270
        ; maybe we just dont have an IP yet and should accept everything on the IP level
Line 272... Line 271...
272
        and     eax, 0x00ffffff
271
 
Line 273... Line 272...
273
        cmp     eax, 127
272
        cmp     [IP_LIST + edi], 0