Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2876 → Rev 2877

/kernel/branches/net/network/tcp_output.inc
421,7 → 421,8
 
mov ecx, esi
 
mov ebx, [eax + IP_SOCKET.LocalIP] ; source ip
mov ebx, [eax + SOCKET.device]
mov edx, [eax + IP_SOCKET.LocalIP] ; source ip
mov eax, [eax + IP_SOCKET.RemoteIP] ; dest ip
mov di, IP_PROTO_TCP shl 8 + 128
call IPv4_output