Home
last modified time | relevance | path

Searched refs:ip6_dest (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/bsd/netinet6/
H A Ddest6.c89 struct ip6_dest *dstopts = NULL; in dest6_input()
94 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()
98 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()
100 dstoptlen -= sizeof(struct ip6_dest); in dest6_input()
101 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest); in dest6_input()
H A Dip6_var.h213 struct ip6_dest *ip6po_dest1;
219 struct ip6_dest *ip6po_dest2;
H A Dnd6.c4704 nd6_lookup_ipv6(ifnet_t ifp, const struct sockaddr_in6 *ip6_dest, in nd6_lookup_ipv6() argument
4713 if (ifp == NULL || ip6_dest == NULL) { in nd6_lookup_ipv6()
4717 if (ip6_dest->sin6_family != AF_INET6) { in nd6_lookup_ipv6()
4730 result = route_to_gwroute(SA(ip6_dest), hint, &route); in nd6_lookup_ipv6()
4741 IN6_IS_ADDR_MULTICAST(&ip6_dest->sin6_addr))) { in nd6_lookup_ipv6()
4745 result = dlil_resolve_multi(ifp, SA(ip6_dest), SA(ll_dest), ll_dest_len); in nd6_lookup_ipv6()
4758 __DECONST(struct sockaddr *, ip6_dest), NULL, in nd6_lookup_ipv6()
4778 __func__, ip6_sprintf(&ip6_dest->sin6_addr), in nd6_lookup_ipv6()
4788 ip6_sprintf(&ip6_dest->sin6_addr), route->rt_ifp->if_name, in nd6_lookup_ipv6()
4872 error = nd6_lookup_ipv6(ifp, &nd6_lookup_ipv6_args.ip6_dest,
H A Dnd6.h791 struct sockaddr_in6 ip6_dest; member
1040 const struct sockaddr_in6 *ip6_dest, struct sockaddr_dl *ll_dest,
H A Dip6_output.c3895 struct ip6_dest *dest, **newdest = NULL; in ip6_setpktopt()
3909 if (len < sizeof(struct ip6_dest)) { in ip6_setpktopt()
3912 dest = (struct ip6_dest *)(void *)buf; in ip6_setpktopt()
/xnu-10063.141.1/tests/
H A DIP6_EXTHDR_CHECK_61873584.c16 struct ip6_dest dest;
/xnu-10063.141.1/bsd/netinet/
H A Dip6.h176 struct ip6_dest { struct