Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_scan.c488 if ((is->is_flags & IS_SC_MATCHALL) == IS_SC_MATCHALL) {
492 ((is->is_flags & IS_SC_MATCHALL) != IS_SC_MATCHALL) &&
H A Dip_state.h130 #define IS_SC_MATCHALL (IS_SC_MATCHC|IS_SC_MATCHC) macro