Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dtcp.h177 #define TCP_FIN_WAIT_1 ( TCP_STATE_SENT ( TCP_SYN | TCP_ACK | TCP_FIN ) | \ macro
/external/syslinux/gpxe/src/net/
Dtcp.c114 case TCP_FIN_WAIT_1: return "FIN_WAIT_1"; in tcp_state()
530 ( tcp->tcp_state == TCP_FIN_WAIT_1 ) || in tcp_expired()