Searched refs:SS_LISTEN (Results 1 – 1 of 1) sorted by relevance
91 SS_LISTEN, enumerator110 .states = SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV)),2209 u->state = SS_LISTEN; in unix_show()2647 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)); in scan_state()2649 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)|(1<<SS_SYN_SENT)); in scan_state()2755 current_filter.states = (1<<SS_LISTEN) | (1<<SS_CLOSE); in main()