Searched refs:nd_redirect (Results 1 – 5 of 5) sorted by relevance
878 if (icmp6len < sizeof(struct nd_redirect)) in icmp6_input()2323 struct nd_redirect *nd_rd; in icmp6_redirect_input()2349 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off); in icmp6_redirect_input()2351 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); in icmp6_redirect_input()2523 struct nd_redirect *nd_rd; in icmp6_redirect_output()2615 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()
253 struct nd_redirect { /* redirect */ struct
516 #define RDR(i) ((struct nd_redirect *)(i)) in icmp6_print()
277 struct nd_redirect { /* redirect */ struct
2279 struct nd_redirect *red; in pr_icmph()2382 red = (struct nd_redirect *)icp; in pr_icmph()