Home
last modified time | relevance | path

Searched refs:pf_match (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpfvar.h2311 __private_extern__ int pf_match(u_int8_t, u_int32_t, u_int32_t, u_int32_t);
H A Dpf.c2984 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) in pf_match() function
3017 return pf_match(op, a1, a2, p); in pf_match_port()
3063 return pf_match(op, a1, a2, u); in pf_match_uid()
3072 return pf_match(op, a1, a2, g); in pf_match_gid()