Searched refs:SS_CLOSE (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/misc/ |
D | ss.c | 146 SS_CLOSE, enumerator 166 #define SS_CONN (SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV))) 196 .states = (1 << SS_CLOSE), 208 .states = (1 << SS_CLOSE), 212 .states = (1 << SS_CLOSE), 216 .states = (1 << SS_CLOSE), 240 .states = (1 << SS_CLOSE), 244 .states = (1 << SS_CLOSE), 805 [SS_CLOSE] = "UNCONN", in sock_state_print() 3146 const int unix_state_map[] = { SS_CLOSE, SS_SYN_SENT, in unix_show() [all …]
|