Searched refs:nd_rd (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c2405 struct nd_redirect *nd_rd; local
2433 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off);
2435 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len);
2436 if (nd_rd == NULL) {
2441 redtgt6 = nd_rd->nd_rd_target;
2442 reddst6 = nd_rd->nd_rd_dst;
2532 icmp6len -= sizeof(*nd_rd);
2533 nd6_option_init(nd_rd + 1, icmp6len, &ndopts);
2627 struct nd_redirect *nd_rd; local
2737 nd_rd
[all...]

Completed in 12 milliseconds