HomeSort by: relevance | last modified time | path
    Searched refs:IP6_ISZERO (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 556 } else if (IP6_ISZERO(&np->in_nsrcaddr) &&
569 } else if (IP6_ISZERO(&np->in_nsrcip6) &&
570 IP6_ISZERO(&np->in_nsrcmsk6)) {
680 (!IP6_ISZERO(&np->in_snip6) &&
806 } else if (IP6_ISZERO(&np->in_ndstaddr) &&
817 } else if (IP6_ISZERO(&np->in_ndstip6) &&
818 IP6_ISZERO(&np->in_ndstmsk6)) {
864 if (IP6_ISZERO(&in)) {
3401 if (IP6_ISZERO(&np->in_nsrcip6) &&
3407 } else if (IP6_ISZERO(&np->in_nsrcip6) &
    [all...]
ip_fil.h 191 #define IP6_ISZERO(a) ((I60(a) | I61(a) | I62(a) | I63(a)) == 0)
ip_nat.c 5904 if (!IP6_ISZERO(&n->in_nsrcaddr) ||
5908 if (!IP6_ISZERO(&n->in_ndstaddr) ||

Completed in 25 milliseconds