Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2869 → Rev 2877

/kernel/branches/net/network/tcp_subr.inc
330,7 → 330,7
 
push cx ebx
mov eax, [ebx + IP_SOCKET.RemoteIP]
mov ebx, [ebx + IP_SOCKET.LocalIP]
mov edx, [ebx + IP_SOCKET.LocalIP]
mov ecx, sizeof.TCP_header
mov di , IP_PROTO_TCP shl 8 + 128
call IPv4_output