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

/freebsd-13-stable/sys/netinet6/
H A Dicmp6.c2209 struct nd_redirect *nd_rd; local
2239 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off);
2242 redtgt6 = nd_rd->nd_rd_target;
2243 reddst6 = nd_rd->nd_rd_dst;
2330 icmp6len -= sizeof(*nd_rd);
2331 nd6_option_init(nd_rd + 1, icmp6len, &ndopts);
2425 struct nd_redirect *nd_rd; local
2517 nd_rd = (struct nd_redirect *)(ip6 + 1);
2518 nd_rd->nd_rd_type = ND_REDIRECT;
2519 nd_rd
[all...]

Completed in 70 milliseconds