Searched refs:pf_match_port (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.101.15/bsd/net/ |
| H A D | pf.c | 3007 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) in pf_match_port() function 3040 d = pf_match_port(rx->range.op, in pf_match_xport() 5285 !pf_match_port(r->src.xport.range.op, in pf_test_rule() 5297 !pf_match_port(r->dst.xport.range.op, in pf_test_rule() 6317 !pf_match_port(r->src.xport.range.op, in pf_test_dummynet() 6330 !pf_match_port(r->dst.xport.range.op, in pf_test_dummynet()
|
| H A D | pfvar.h | 2312 __private_extern__ int pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);
|