Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet6/
Dicmp6.c878 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()
/freebsd-10-stable/contrib/tcpdump/
Dicmp6.h253 struct nd_redirect { /* redirect */ struct
Dprint-icmp6.c516 #define RDR(i) ((struct nd_redirect *)(i)) in icmp6_print()
/freebsd-10-stable/sys/netinet/
Dicmp6.h277 struct nd_redirect { /* redirect */ struct
/freebsd-10-stable/sbin/ping6/
Dping6.c2279 struct nd_redirect *red; in pr_icmph()
2382 red = (struct nd_redirect *)icp; in pr_icmph()