Searched defs:states (Results 1 – 5 of 5) sorted by relevance
11 states = [ "unknown", "asleep", "connecting", "connected", "disconnected" ] variable
94 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states, in sendDumpRequest()126 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) { in sendDumpRequest()200 uint32_t states = ~(1 << TCP_TIME_WAIT); in sendDumpRequest() local308 uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroyLiveSockets() local332 uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroySockets() local
46 static const char *states[] = { in tcpStateName() local
229 states=ALL_NON_TIME_WAIT): argument339 states = 0xffffffff variable
243 std::vector<std::string> states; in WaitForServiceStates() local