Searched refs:nh_addr (Results 1 – 3 of 3) sorted by relevance
200 struct in_addr nh_addr; /* GW/DST IPv4 address */ member
2278 struct in6_addr nh_addr; in icmp6_redirect_input() local2279 nh_addr = ifatoia6(nh->nh_ifa)->ia_addr.sin6_addr; in icmp6_redirect_input()2291 nh_addr = nh->gw6_sa.sin6_addr; in icmp6_redirect_input()2293 if (IN6_ARE_ADDR_EQUAL(&src6, &nh_addr) == 0) { in icmp6_redirect_input()2298 ip6_sprintf(ip6buf, &nh_addr), in icmp6_redirect_input()