Home
last modified time | relevance | path

Searched refs:IP6_ISZERO (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c580 } else if (IP6_ISZERO(&np->in_nsrcip6) &&
581 IP6_ISZERO(&np->in_nsrcmsk6)) {
691 (!IP6_ISZERO(&np->in_snip6) &&
831 } else if (IP6_ISZERO(&np->in_ndstip6) &&
832 IP6_ISZERO(&np->in_ndstmsk6)) {
878 if (IP6_ISZERO(&in)) {
3453 if (IP6_ISZERO(&np->in_nsrcip6) &&
3460 IP6_ISZERO(&np->in_nsrcmsk6)) {
3509 if (IP6_ISZERO(&np->in_ndstip6) &&
3516 IP6_ISZERO(&np->in_ndstmsk6)) {
[all …]
H A Dip_fil.h133 #define IP6_ISZERO(a) ((I60(a) | I61(a) | I62(a) | I63(a)) == 0) macro
H A Dip_nat.c5987 if (!IP6_ISZERO(&n->in_nsrcaddr) ||
5991 if (!IP6_ISZERO(&n->in_ndstaddr) ||