Searched refs:pf_match_port (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | pf.c | 3026 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) in pf_match_port() function 3059 d = pf_match_port(rx->range.op, in pf_match_xport() 5304 !pf_match_port(r->src.xport.range.op, in pf_test_rule() 5316 !pf_match_port(r->dst.xport.range.op, in pf_test_rule() 6337 !pf_match_port(r->src.xport.range.op, in pf_test_dummynet() 6350 !pf_match_port(r->dst.xport.range.op, in pf_test_dummynet()
|
| H A D | pfvar.h | 2239 __private_extern__ int pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);
|