icmp6.c | 2247 struct nd_redirect *nd_rd; local in function:icmp6_redirect_input 2272 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); 2273 if (nd_rd == NULL) { 2278 redtgt6 = nd_rd->nd_rd_target; 2279 reddst6 = nd_rd->nd_rd_dst; 2364 icmp6len -= sizeof(*nd_rd); 2365 nd6_option_init(nd_rd + 1, icmp6len, &ndopts); 2478 struct nd_redirect *nd_rd; local in function:icmp6_redirect_output 2576 nd_rd = (struct nd_redirect *)(ip6 + 1); 2577 nd_rd->nd_rd_type = ND_REDIRECT [all...] |