Home
last modified time | relevance | path

Searched refs:tcp_rx_ack (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/net/
Dtcp.c97 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack,
303 tcp_rx_ack ( tcp, ( tcp->snd_seq + 1 ), 0 ); in tcp_close()
723 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack, in tcp_rx_ack() function
963 if ( ( rc = tcp_rx_ack ( tcp, ack, win ) ) != 0 ) { in tcp_rx()