KolibriOS kernel
tcp_input.inc File Reference

Functions

void tcp_process_input ()
 --------------------------------------------------------------—; ; TCP_process_input: Process segments from the incoming TCP queue.; ; IN: / ; OUT: / ; ; --------------------------------------------------------------—; More...
 

Variables

label tcp_input
 --------------------------------------------------------------—; ; TCP_input: Add a segment to the incoming TCP queue. ; ; IN: [esp] = ptr to buffer ; ebx = ptr to device struct ; ecx = TCP segment size ; edx = ptr to IPv4 header ; esi = ptr to TCP segment ; edi = interface number*4 ; ; OUT: / ; ; --------------------------------------------------------------—; More...
 
dd dataoffset
 
dd timestamp
 
db temp_bits
 
dd device
 

Function Documentation

◆ tcp_process_input()

void tcp_process_input ( )

--------------------------------------------------------------—; ; TCP_process_input: Process segments from the incoming TCP queue.; ; IN: / ; OUT: / ; ; --------------------------------------------------------------—;

Source
network/tcp_input.inc:81

Variable Documentation

◆ dataoffset

dd dataoffset
Initial value
?
Source
network/tcp_input.inc:84

◆ device

dd device
Initial value
?
Source
network/tcp_input.inc:87

◆ tcp_input

label tcp_input

--------------------------------------------------------------—; ; TCP_input: Add a segment to the incoming TCP queue. ; ; IN: [esp] = ptr to buffer ; ebx = ptr to device struct ; ecx = TCP segment size ; edx = ptr to IPv4 header ; esi = ptr to TCP segment ; edi = interface number*4 ; ; OUT: / ; ; --------------------------------------------------------------—;

Source
network/tcp_input.inc:38

◆ temp_bits

db temp_bits
Initial value
?
Source
network/tcp_input.inc:86

◆ timestamp

dd timestamp
Initial value
?
Source
network/tcp_input.inc:85