Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c149 SS_LISTEN, enumerator
166 #define SS_CONN (SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV)))
808 [SS_LISTEN] = "LISTEN", in sock_state_print()
1975 if (s->sacked && s->ss.state != SS_LISTEN) in tcp_stats_print()
3183 u->state = SS_LISTEN; in unix_show()
3989 [SS_LISTEN] = "listening", in scan_state()
4004 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)); in scan_state()
4006 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)|(1<<SS_SYN_SENT)); in scan_state()
4125 state_filter = (1 << SS_LISTEN) | (1 << SS_CLOSE); in main()