Searched refs:nd_rd (Results 1 – 1 of 1) sorted by relevance
2167 struct nd_redirect *nd_rd; in icmp6_redirect_input() local2197 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off); in icmp6_redirect_input()2200 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()2201 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()2288 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()2289 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()2373 struct nd_redirect *nd_rd; in icmp6_redirect_output() local2464 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()2465 nd_rd->nd_rd_type = ND_REDIRECT; in icmp6_redirect_output()2466 nd_rd->nd_rd_code = 0; in icmp6_redirect_output()[all …]