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 |
void tcp_process_input | ( | ) |
--------------------------------------------------------------—; ; TCP_process_input: Process segments from the incoming TCP queue.; ; IN: / ; OUT: / ; ; --------------------------------------------------------------—;
dd dataoffset |
dd device |
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: / ; ; --------------------------------------------------------------—;
db temp_bits |
dd timestamp |