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

/external/syslinux/gpxe/src/net/
H A Dtcp.c59 uint32_t snd_sent; member in struct:tcp_connection
425 tcp->snd_sent = seq_len;
504 tcp, tcp->snd_seq, ( tcp->snd_seq + tcp->snd_sent ),
525 tcp->snd_seq, ( tcp->snd_seq + tcp->snd_sent ), tcp->rcv_ack );
730 if ( ack_len > tcp->snd_sent ) {
734 ( tcp->snd_seq + tcp->snd_sent ) );
769 tcp->snd_sent = 0;

Completed in 161 milliseconds