Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1206 → Rev 1208

/kernel/branches/net/network/IPv4.inc
512,6 → 512,16
cmp ecx, 1480
jg .exit_
 
cmp ebx, ebx ; if dest ip = 0
jnz .ip_ok ; and local ip is valid
; use local ip instead
cmp [IP_LIST],0xffffffff ;
je .ip_ok ; TODO: find solution to send broadcast
; on device other then device 0
mov ebx, [IP_LIST] ;
;
.ip_ok: ;
 
push ecx eax ebx dx di
 
cmp eax, -1