Home
last modified time | relevance | path

Searched refs:in_ndstmsk6 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c161 n->in_ndstmsk6 = n->in_osrcmsk6;
813 np->in_dnip6 = np->in_ndstmsk6;
832 IP6_ISZERO(&np->in_ndstmsk6)) {
839 IP6_EQ(&np->in_ndstmsk6, &np->in_odstmsk6)) {
849 IP6_MERGE(&in, &temp, &np->in_ndstmsk6);
3510 IP6_ISONES(&np->in_ndstmsk6)) {
3516 IP6_ISZERO(&np->in_ndstmsk6)) {
3521 } else if (IP6_ISONES(&np->in_ndstmsk6)) {
3526 } else if (!IP6_ISONES(&np->in_ndstmsk6)) {
H A Dip_tftp_pxy.c250 IP6_SETONES(&ipn->in_ndstmsk6);
H A Dip_proxy.c1384 IP6_SETONES(&ipn->in_ndstmsk6);
1457 IP6_SETONES(&ipn->in_ndstmsk6);
H A Dip_nat.h300 #define in_ndstmsk6 in_ndst.na_addr[1] macro