Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dicmp6.c2492 struct nd_redirect *nd_rd = NULL; in icmp6_redirect_input() local
2531 nd_rd = (struct nd_redirect *)(mtod(m, caddr_t) + off); in icmp6_redirect_input()
2533 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); in icmp6_redirect_input()
2534 if (nd_rd == NULL) { in icmp6_redirect_input()
2541 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()
2542 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()
2638 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()
2639 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()
2732 struct nd_redirect *nd_rd; in icmp6_redirect_output() local
2857 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()
[all …]