Searched refs:snd_seq (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | tcp.c | 54 uint32_t snd_seq; member 231 tcp->snd_seq = random(); in tcp_open() 303 tcp_rx_ack ( tcp, ( tcp->snd_seq + 1 ), 0 ); in tcp_close() 443 "%08x\n", tcp, tcp->snd_seq, ( tcp->snd_seq + seq_len ), in tcp_xmit() 485 tcphdr->seq = htonl ( tcp->snd_seq ); in tcp_xmit() 504 tcp, tcp->snd_seq, ( tcp->snd_seq + tcp->snd_sent ), in tcp_xmit() 525 tcp->snd_seq, ( tcp->snd_seq + tcp->snd_sent ), tcp->rcv_ack ); in tcp_expired() 725 uint32_t ack_len = ( ack - tcp->snd_seq ); in tcp_rx_ack() 732 "sent only %08x..%08x\n", tcp, tcp->snd_seq, in tcp_rx_ack() 733 ( tcp->snd_seq + ack_len ), tcp->snd_seq, in tcp_rx_ack() [all …]
|