Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dicmp6.c2210 struct nd_redirect *nd_rd; in icmp6_redirect_input() local
2243 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()
2244 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()
2331 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()
2426 struct nd_redirect *nd_rd; in icmp6_redirect_output() local
2520 nd_rd->nd_rd_code = 0; in icmp6_redirect_output()
2521 nd_rd->nd_rd_reserved = 0; in icmp6_redirect_output()
2532 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output()
2538 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output()
2541 p = (u_char *)(nd_rd + 1); in icmp6_redirect_output()
[all …]