Searched refs:pf_match (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | pfvar.h | 2236 __private_extern__ int pf_match(u_int8_t, u_int32_t, u_int32_t, u_int32_t);
|
| H A D | pf.c | 2943 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) in pf_match() function 2976 return pf_match(op, a1, a2, p); in pf_match_port() 3022 return pf_match(op, a1, a2, u); in pf_match_uid() 3031 return pf_match(op, a1, a2, g); in pf_match_gid()
|