Searched refs:PF_AZERO (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 69 #define PF_AZERO(a, c) \ macro 104 #define PF_AZERO(a, c) \ macro 133 #define PF_AZERO(a, c) \ macro 175 !PF_AZERO(&(aw)->v.a.mask, (af)) && \
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_lb.c | 330 if (*sn != NULL && !PF_AZERO(&(*sn)->raddr, af)) { in pf_map_addr() 391 if (init_addr != NULL && PF_AZERO(init_addr, af)) { in pf_map_addr() 504 if (init_addr != NULL && PF_AZERO(init_addr, af)) in pf_map_addr()
|
| H A D | pf.c | 5522 if (!PF_AZERO(&naddr, AF_INET)) in pf_route() 5527 if (!PF_AZERO(&s->rt_addr, AF_INET)) in pf_route() 5689 if (!PF_AZERO(&naddr, AF_INET6)) in pf_route6() 5694 if (!PF_AZERO(&s->rt_addr, AF_INET6)) in pf_route6()
|
| H A D | pf_ioctl.c | 2586 PF_AZERO(&pnl->saddr, pnl->af) || in pfioctl() 2587 PF_AZERO(&pnl->daddr, pnl->af) || in pfioctl()
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 181 #define PF_AZERO(a, c) \ macro 216 #define PF_AZERO(a, c) \ macro 245 #define PF_AZERO(a, c) \ macro 287 !PF_AZERO(&(aw)->v.a.mask, (af)) && \
|