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

  /src/sys/dist/pf/net/
pf.c 1989 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) function in typeref:typename:int
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,
pf.c 1989 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) function in typeref:typename:int
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,

Completed in 27 milliseconds