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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2672 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) function
2705 return (pf_match(op, a1, a2, p));
2748 return (pf_match(op, a1, a2, u));
2756 return (pf_match(op, a1, a2, g));
H A Dpfvar.h2229 __private_extern__ int pf_match(u_int8_t, u_int32_t, u_int32_t, u_int32_t);

Completed in 79 milliseconds