Searched refs:nd_redirect (Results 1 – 4 of 4) sorted by relevance
853 if (icmp6len < sizeof(struct nd_redirect)) in icmp6_input()2188 struct nd_redirect *nd_rd; in icmp6_redirect_input()2218 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off); in icmp6_redirect_input()2394 struct nd_redirect *nd_rd; in icmp6_redirect_output()2486 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()
259 struct nd_redirect { /* redirect */ struct1234 const struct nd_redirect *p; in icmp6_print()1236 p = (const struct nd_redirect *)dp; in icmp6_print()
285 struct nd_redirect { /* redirect */ struct
2271 struct nd_redirect *red; in pr_icmph()2374 red = (struct nd_redirect *)icp; in pr_icmph()