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

/external/iproute2/misc/
H A Dss.c96 #define SS_ALL ((1<<SS_MAX)-1) macro
110 .states = SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV)),
2645 return SS_ALL;
2647 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN));
2649 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)|(1<<SS_SYN_SENT));
2653 return SS_ALL & ~((1<<SS_SYN_RECV)|(1<<SS_TIME_WAIT));
2752 current_filter.states = SS_ALL;
2945 current_filter.states = SS_ALL;

Completed in 50 milliseconds