Searched refs:pf_match (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 4502 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) in pf_match() function 4530 return (pf_match(op, ntohs(a1), ntohs(a2), ntohs(p))); in pf_match_port() 4538 return (pf_match(op, a1, a2, u)); in pf_match_uid() 4546 return (pf_match(op, a1, a2, g)); in pf_match_gid()
|