Subversion Repositories Kolibri OS

Rev

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

Rev 3638 Rev 3643
Line 221... Line 221...
221
        DEBUGF  DEBUG_NETWORK_VERBOSE, "IPv4_input: Checksum ok\n"
221
        DEBUGF  DEBUG_NETWORK_VERBOSE, "IPv4_input: Checksum ok\n"
Line 222... Line 222...
222
 
222
 
223
;-----------------------------------
223
;-----------------------------------
Line 224... Line 224...
224
; Check if destination IP is correct
224
; Check if destination IP is correct
225
 
-
 
Line 226... Line 225...
226
        call    NET_ptr_to_num
225
 
Line 227... Line 226...
227
        shl     edi, 2
226
        call    NET_ptr_to_num4
228
 
227