Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c221 if (os == PF_OSFP_ANY) in pf_osfp_match()
230 if ((os_class == PF_OSFP_ANY || en_class == os_class) && in pf_osfp_match()
231 (os_version == PF_OSFP_ANY || en_version == os_version) && in pf_osfp_match()
232 (os_subtype == PF_OSFP_ANY || en_subtype == os_subtype)) { in pf_osfp_match()
H A Dpf.h326 #define PF_OSFP_ANY ((pf_osfp_t)0) macro
H A Dpf_lb.c183 else if (r->os_fingerprint != PF_OSFP_ANY && (pd->proto != in pf_match_translation()
H A Dpf_norm.c1356 else if (r->os_fingerprint != PF_OSFP_ANY && !pf_osfp_match( in pf_normalize_tcp()
H A Dpf.c3597 else if (r->os_fingerprint != PF_OSFP_ANY && in pf_test_rule()
3997 else if (r->os_fingerprint != PF_OSFP_ANY) in pf_test_fragment()