Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c152 #define SS_ALL ((1 << SS_MAX) - 1) macro
153 #define SS_CONN (SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV)))
3626 return SS_ALL; in scan_state()
3628 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)); in scan_state()
3630 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)|(1<<SS_SYN_SENT)); in scan_state()
3634 return SS_ALL & ~((1<<SS_SYN_RECV)|(1<<SS_TIME_WAIT)); in scan_state()
3739 state_filter = SS_ALL; in main()
3902 state_filter = SS_ALL; in main()