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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c2705 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) function
2738 return (pf_match(op, a1, a2, p));
2781 return (pf_match(op, a1, a2, u));
2789 return (pf_match(op, a1, a2, g));
H A Dpfvar.h2231 __private_extern__ int pf_match(u_int8_t, u_int32_t, u_int32_t, u_int32_t);

Completed in 128 milliseconds