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

/freebsd-10.3-release/sys/netinet6/
H A Dicmp6.c2321 struct nd_redirect *nd_rd; local
2347 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off);
2349 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len);
2350 if (nd_rd == NULL) {
2355 redtgt6 = nd_rd->nd_rd_target;
2356 reddst6 = nd_rd->nd_rd_dst;
2442 icmp6len -= sizeof(*nd_rd);
2443 nd6_option_init(nd_rd + 1, icmp6len, &ndopts);
2521 struct nd_redirect *nd_rd; local
2613 nd_rd
[all...]

Completed in 118 milliseconds