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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c2723 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) function
2754 return (pf_match(op, a1, a2, p));
2762 return (pf_match(op, a1, a2, u));
2770 return (pf_match(op, a1, a2, g));
H A Dpfvar.h1970 int pf_match(u_int8_t, u_int32_t, u_int32_t, u_int32_t);

Completed in 136 milliseconds