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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c810 int extfilter; local
817 extfilter = PF_EXTFILTER_APD;
836 extfilter = a->proto_variant;
839 if ((extfilter < PF_EXTFILTER_AD) &&
869 if (extfilter < PF_EXTFILTER_EI) {
895 if (extfilter < PF_EXTFILTER_EI ||
939 int extfilter; local
947 extfilter = PF_EXTFILTER_APD;
966 extfilter = a->proto_variant;
969 if ((extfilter < PF_EXTFILTER_A
6322 int dx, action, extfilter; local
[all...]
H A Dpfvar.h810 u_int8_t extfilter; /* Filter mode [PF_EXTFILTER_xxx] */ member in struct:pf_rule

Completed in 27 milliseconds