Searched refs:nd_rd (Results 1 – 1 of 1) sorted by relevance
2188 struct nd_redirect *nd_rd; in icmp6_redirect_input() local2218 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off); in icmp6_redirect_input()2221 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()2222 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()2309 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()2310 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()2394 struct nd_redirect *nd_rd; in icmp6_redirect_output() local2486 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()2487 nd_rd->nd_rd_type = ND_REDIRECT; in icmp6_redirect_output()2488 nd_rd->nd_rd_code = 0; in icmp6_redirect_output()[all …]