Functions | |
void | tcp_output () |
--------------------------------------------------------------—; ; tcp_output ; ; IN: eax = socket pointer ; ; OUT: eax = 0 on success/errorcode ; ; --------------------------------------------------------------—; More... | |
Variables | |
db | temp_bits |
dd | rcv_window |
void tcp_output | ( | ) |
--------------------------------------------------------------—; ; tcp_output ; ; IN: eax = socket pointer ; ; OUT: eax = 0 on success/errorcode ; ; --------------------------------------------------------------—;
dd rcv_window |
db temp_bits |