Home
last modified time | relevance | path

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

/netbsd/src/sys/dist/pf/net/
Dpfvar.h1653 int pf_match(u_int8_t, u_int32_t, u_int32_t, u_int32_t);
Dpf.c1963 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) function
1994 return (pf_match(op, a1, a2, p));
2002 return (pf_match(op, a1, a2, u));
2010 return (pf_match(op, a1, a2, g));