Searched refs:pf_match_port (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf.c | 2969 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) in pf_match_port() function 3002 d = pf_match_port(rx->range.op, in pf_match_xport() 5248 !pf_match_port(r->src.xport.range.op, in pf_test_rule() 5260 !pf_match_port(r->dst.xport.range.op, in pf_test_rule() 6281 !pf_match_port(r->src.xport.range.op, in pf_test_dummynet() 6294 !pf_match_port(r->dst.xport.range.op, in pf_test_dummynet()
|
| H A D | pfvar.h | 2237 __private_extern__ int pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);
|