Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c901 if (icmp6len < sizeof(struct nd_redirect)) { in icmp6_input()
2519 struct nd_redirect *nd_rd = NULL; in icmp6_redirect_input()
2558 nd_rd = (struct nd_redirect *)(mtod(m, caddr_t) + off); in icmp6_redirect_input()
2560 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); in icmp6_redirect_input()
2756 struct nd_redirect *nd_rd; in icmp6_redirect_output()
2881 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()
/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h316 struct nd_redirect { /* redirect */ struct