Searched defs:snd_sent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c62 uint32_t snd_sent; member in struct:tcp_connection
499 tcp->snd_sent = seq_len;
578 tcp, tcp->snd_seq, ( tcp->snd_seq + tcp->snd_sent ),
601 tcp->snd_seq, ( tcp->snd_seq + tcp->snd_sent ), tcp->rcv_ack );
637 ( tcp->snd_seq + tcp->snd_sent ), tcp->rcv_ack );
838 if ( ack_len > tcp->snd_sent ) {
842 ( tcp->snd_seq + tcp->snd_sent ) );
877 tcp->snd_sent = 0;

Completed in 45 milliseconds