Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dtcp.c109 case TCP_CLOSED: return "CLOSED"; in tcp_state()
228 tcp->prev_tcp_state = TCP_CLOSED; in tcp_open()
281 tcp->tcp_state = TCP_CLOSED; in tcp_close()
540 tcp->tcp_state = TCP_CLOSED; in tcp_expired()
871 tcp->tcp_state = TCP_CLOSED; in tcp_rx_rst()
/external/syslinux/gpxe/src/include/gpxe/
Dtcp.h133 #define TCP_CLOSED TCP_RST macro
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc288 if (m_state == TCP_CLOSED) in NotifyClock()
616 if (m_state == TCP_CLOSED) { in clock_check()
660 if (m_state == TCP_CLOSED) { in process()
1132 m_state = TCP_CLOSED; in closedown()
Dpseudotcp.h62 TCP_LISTEN, TCP_SYN_SENT, TCP_SYN_RECEIVED, TCP_ESTABLISHED, TCP_CLOSED enumerator