HomeSort by: relevance | last modified time | path
    Searched refs:pf_match_port (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 1299 else if (r->src.port_op && !pf_match_port(r->src.port_op,
1305 else if (r->dst.port_op && !pf_match_port(r->dst.port_op,
pf.c 1989 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) function
2559 else if (src->port_op && !pf_match_port(src->port_op,
2570 !pf_match_port(dst->port_op, dst->port[0],
3276 else if (r->src.port_op && !pf_match_port(r->src.port_op,
3283 else if (r->dst.port_op && !pf_match_port(r->dst.port_op,
pfvar.h 1654 int pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);
pf_ioctl.c 1925 pf_match_port(psk->psk_src.port_op,
1929 pf_match_port(psk->psk_dst.port_op,

Completed in 26 milliseconds