Searched refs:ip6_dest (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Ddest6.c63 struct ip6_dest *dstopts;
72 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
74 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
82 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
84 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
89 dstoptlen -= sizeof(struct ip6_dest);
90 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
H A Dip6_var.h145 struct ip6_dest *ip6po_dest1;
151 struct ip6_dest *ip6po_dest2;
H A Dnd6.h443 @param ip6_dest The IPv6 destination of the packet.
454 errno_t nd6_lookup_ipv6(ifnet_t interface, const struct sockaddr_in6 *ip6_dest,
H A Dnd6.c2264 const struct sockaddr_in6 *ip6_dest,
2275 if (ip6_dest->sin6_family != AF_INET6)
2282 result = arp_route_to_gateway_route((const struct sockaddr*)ip6_dest, hint, &route);
2288 return dlil_resolve_multi(ifp, (const struct sockaddr*)ip6_dest,
2262 nd6_lookup_ipv6( ifnet_t ifp, const struct sockaddr_in6 *ip6_dest, struct sockaddr_dl *ll_dest, size_t ll_dest_len, route_t hint, mbuf_t packet) argument
H A Dip6_output.c2558 struct ip6_dest *dest, **newdest;
2561 if (cm->cmsg_len < CMSG_LEN(sizeof(struct ip6_dest)))
2563 dest = (struct ip6_dest *)CMSG_DATA(cm);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h161 struct ip6_dest { struct

Completed in 101 milliseconds