Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.c1085 nat->in_ndstaddr &= nat->in_ndstmsk;
1562 n->in_ndstaddr = n->in_osrcaddr;
2944 if (np->in_ndstaddr == htonl(in.s_addr)) {
2948 np->in_dnip = ntohl(np->in_ndstaddr);
2968 } else if ((np->in_ndstaddr == 0) && (np->in_ndstmsk== 0)) {
2979 in.s_addr = np->in_ndstaddr;
2983 in.s_addr = ntohl(np->in_ndstaddr);
5979 if ((n->in_ndstaddr != 0) ||
5991 if (!IP6_ISZERO(&n->in_ndstaddr) ||
7116 if ((np->in_ndstaddr == 0) && (np->in_ndstmsk == 0xffffffff)) {
[all …]
H A Dip_pptp_pxy.c168 ipn->in_ndstaddr = nat->nat_ndstaddr;
H A Dip_nat.h298 #define in_ndstaddr in_ndst.na_addr[0].in4.s_addr macro
H A Dip_nat6.c820 } else if (IP6_ISZERO(&np->in_ndstaddr) &&