Searched refs:pf_match (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/net/ |
| D | pfvar.h | 1659 int pf_match(u_int8_t, u_int32_t, u_int32_t, u_int32_t);
|
| D | pf.c | 3519 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) in pf_match() function 3547 return (pf_match(op, ntohs(a1), ntohs(a2), ntohs(p))); in pf_match_port() 3555 return (pf_match(op, a1, a2, u)); in pf_match_uid() 3563 return (pf_match(op, a1, a2, g)); in pf_match_gid()
|