Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c2569 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()
2895 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output()
2896 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output()
2901 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output()
2902 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output()
3041 in6_clearscope(&nd_rd->nd_rd_dst); in icmp6_redirect_output()
/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h319 struct in6_addr nd_rd_dst; /* destination address */ member