Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3256 → Rev 3257

/kernel/branches/net/network/IPv4.inc
225,7 → 225,7
call NET_ptr_to_num
shl edi, 2
 
; check if it matches local ip
; check if it matches local ip (Using RFC1122 strong end system model)
 
mov eax, [edx + IPv4_header.DestinationAddress]
cmp eax, [IP_LIST+edi]