Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c2519 struct nd_redirect *nd_rd = NULL; in icmp6_redirect_input() local
2558 nd_rd = (struct nd_redirect *)(mtod(m, caddr_t) + off); in icmp6_redirect_input()
2560 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); in icmp6_redirect_input()
2561 if (nd_rd == NULL) { in icmp6_redirect_input()
2568 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()
2569 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()
2663 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()
2665 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()
2756 struct nd_redirect *nd_rd; in icmp6_redirect_output() local
2881 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()
[all …]