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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c863 if (icmp6len < sizeof(struct nd_redirect))
2405 struct nd_redirect *nd_rd;
2433 nd_rd = (struct nd_redirect *)((caddr_t)ip6 + off);
2435 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len);
2627 struct nd_redirect *nd_rd;
2737 nd_rd = (struct nd_redirect *)(ip6 + 1);
/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp6.h308 struct nd_redirect { /* redirect */ struct

Completed in 25 milliseconds