Searched refs:pf_match_addr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/ |
H A D | pfvar.h | 519 pf_match_addr(n, a, m, b, f) 555 pf_match_addr(n, a, m, b, f) 581 pf_match_addr(n, a, m, b, f) 2445 int pf_match_addr(u_int8_t, const struct pf_addr *,
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 271 if (pf_match_addr(1, &s->key[PF_SK_WIRE]->addr[0], in handle_dumpstates() 273 pf_match_addr(1, &s->key[PF_SK_WIRE]->addr[1], in handle_dumpstates() 275 pf_match_addr(1, &s->key[PF_SK_STACK]->addr[0], in handle_dumpstates() 277 pf_match_addr(1, &s->key[PF_SK_STACK]->addr[1], in handle_dumpstates()
|
H A D | pf_lb.c | 635 } else if (pf_match_addr(0, raddr, rmask, &rpool->counter, af)) in pf_map_addr()
|
H A D | pf.c | 4431 pf_match_addr(u_int8_t n, const struct pf_addr *a, const struct pf_addr *m, in pf_match_addr() function
|