Home
last modified time | relevance | path

Searched refs:nd_rd_dst (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Dicmp6.c2568 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()
2897 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output()
2898 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output()
2903 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output()
2904 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output()
3044 in6_clearscope(&nd_rd->nd_rd_dst); in icmp6_redirect_output()
/xnu-10063.101.15/bsd/netinet/
H A Dicmp6.h319 struct in6_addr nd_rd_dst; /* destination address */ member