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

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c29 struct tcp_connection { struct
142 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack,
174 tcp_dump_state ( struct tcp_connection *tcp ) {
190 tcp_dump_flags ( struct tcp_connection *tcp, unsigned int flags ) {
220 static int tcp_bind ( struct tcp_connection *tcp, unsigned int port ) {
221 struct tcp_connection *existing;
265 struct tcp_connection *tcp;
315 static void tcp_close ( struct tcp_connection *tcp, int rc ) {
381 static size_t tcp_xmit_win ( struct tcp_connection *tcp ) {
402 static size_t tcp_xfer_window ( struct tcp_connection *tc
[all...]

Completed in 52 milliseconds