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,
|