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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dfsm.h83 #define CLOSED 2 /* Up, hasn't been opened */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcp.h129 CLOSED = 0, enumerator in enum:tcp_state
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h203 CLOSED = 0, enumerator in enum:tcp_state
471 1) Every TCP PCB that is not CLOSED is in one of the lists.
487 LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", npcb->state != CLOSED); \

Completed in 69 milliseconds