Searched refs:nd_rd (Results 1 – 1 of 1) sorted by relevance
2518 struct nd_redirect *nd_rd = NULL; in icmp6_redirect_input() local2557 nd_rd = (struct nd_redirect *)(mtod(m, caddr_t) + off); in icmp6_redirect_input()2559 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); in icmp6_redirect_input()2560 if (nd_rd == NULL) { in icmp6_redirect_input()2567 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()2568 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()2664 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()2665 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()2758 struct nd_redirect *nd_rd; in icmp6_redirect_output() local2883 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()[all …]