Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_scan.c471 if ((is->is_flags & IS_SC_MATCHALL) == IS_SC_MATCHALL) { in ipf_scan_match()
475 ((is->is_flags & IS_SC_MATCHALL) != IS_SC_MATCHALL) && in ipf_scan_match()
H A Dip_state.h126 #define IS_SC_MATCHALL (IS_SC_MATCHC|IS_SC_MATCHC) macro