Home
last modified time | relevance | path

Searched refs:pf_match_xport (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/bsd/net/
H A Dpf_norm.c2626 !pf_match_xport(r->src.xport.range.op, r->proto_variant, in pf_normalize_tcp()
2633 !pf_match_xport(r->dst.xport.range.op, r->proto_variant, in pf_normalize_tcp()
H A Dpfvar.h2313 __private_extern__ int pf_match_xport(u_int8_t, u_int8_t, union pf_rule_xport *,
H A Dpf_ioctl.c3513 (pf_match_xport(psk->psk_proto, in pfioctl_ioc_state_kill()
3516 (pf_match_xport(psk->psk_proto, in pfioctl_ioc_state_kill()
H A Dpf.c3018 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, in pf_match_xport() function
3804 !pf_match_xport(r->proto, r->proto_variant, &rdrxport, in pf_match_translation()
3807 } else if (!xsrc && !pf_match_xport(r->proto, in pf_match_translation()
3817 } else if (dst && !pf_match_xport(r->proto, r->proto_variant, in pf_match_translation()