Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_lb.c165 else if (src->port_op && !pf_match_port(src->port_op, in pf_match_translation()
177 !pf_match_port(dst->port_op, dst->port[0], in pf_match_translation()
H A Dpf_norm.c1347 else if (r->src.port_op && !pf_match_port(r->src.port_op, in pf_normalize_tcp()
1353 else if (r->dst.port_op && !pf_match_port(r->dst.port_op, in pf_normalize_tcp()
H A Dpf_ioctl.c2407 pf_match_port(psk->psk_src.port_op, in pfioctl()
2411 pf_match_port(psk->psk_dst.port_op, in pfioctl()
H A Dpf.c2880 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) in pf_match_port() function
3553 else if (r->src.port_op && !pf_match_port(r->src.port_op, in pf_test_rule()
3560 else if (r->dst.port_op && !pf_match_port(r->dst.port_op, in pf_test_rule()
/f-stack/freebsd/net/
H A Dpfvar.h1525 int pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);