Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c165 #define SS_ALL ((1 << SS_MAX) - 1) macro
166 #define SS_CONN (SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV)))
4002 return SS_ALL; 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()
4010 return SS_ALL & ~((1<<SS_SYN_RECV)|(1<<SS_TIME_WAIT)); in scan_state()
4122 state_filter = SS_ALL; in main()
4293 state_filter = SS_ALL; in main()