Searched refs:nd_rd (Results 1 – 1 of 1) sorted by relevance
2517 struct nd_redirect *nd_rd = NULL; in icmp6_redirect_input() local2556 nd_rd = (struct nd_redirect *)(mtod(m, caddr_t) + off); in icmp6_redirect_input()2558 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); in icmp6_redirect_input()2559 if (nd_rd == NULL) { in icmp6_redirect_input()2566 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()2567 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()2663 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()2664 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()2757 struct nd_redirect *nd_rd; in icmp6_redirect_output() local2882 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()[all …]