Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c2188 struct nd_redirect *nd_rd; in icmp6_redirect_input() local
2218 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off); in icmp6_redirect_input()
2221 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()
2222 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()
2309 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()
2310 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); in icmp6_redirect_input()
2394 struct nd_redirect *nd_rd; in icmp6_redirect_output() local
2486 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()
2487 nd_rd->nd_rd_type = ND_REDIRECT; in icmp6_redirect_output()
2488 nd_rd->nd_rd_code = 0; in icmp6_redirect_output()
[all …]