Searched refs:dst6 (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c825 struct sockaddr_in6 *dst6; local
861 dst6 = (struct sockaddr_in6 *)(void *)&ro->ro_dst;
868 !IN6_ARE_ADDR_EQUAL(&dst6->sin6_addr, &ip6->ip6_dst))) {
874 bzero(dst6, sizeof(*dst6));
875 dst6->sin6_family = AF_INET6;
876 dst6->sin6_len = sizeof(*dst6);
877 dst6->sin6_addr = ip6->ip6_dst;
889 dst6
[all...]
H A Dif_stf.c520 const struct sockaddr_in6 *dst6; local
531 dst6 = (const struct sockaddr_in6 *)(const void *)dst;
566 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr))
567 in4 = GET_V4(&dst6->sin6_addr);
H A Dpf.c3836 struct sockaddr_in6 *dst6; local
3860 dst6 = (struct sockaddr_in6 *)(void *)&ro6.ro_dst;
3861 dst6->sin6_family = AF_INET6;
3862 dst6->sin6_len = sizeof (*dst6);
3863 dst6->sin6_addr = addr->v6;
7528 struct sockaddr_in6 *dst6; local
7544 dst6 = (struct sockaddr_in6 *)&ro.ro_dst;
7545 dst6->sin6_family = AF_INET6;
7546 dst6
7573 struct sockaddr_in6 *dst6; local
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c1479 struct sockaddr_in6 *dst6; local
1532 dst6 = (struct sockaddr_in6 *)&ro.ro_dst;
1538 dst6->sin6_len = sizeof(struct sockaddr_in6);
1539 dst6->sin6_family = AF_INET6;
1540 dst6->sin6_addr = ip6->ip6_dst;
1548 dst6->sin6_len = sizeof(struct sockaddr_in6);
1549 dst6->sin6_family = AF_INET6;
1550 dst6->sin6_addr = ip6->ip6_dst;
H A Din6.c1451 struct sockaddr_in6 dst6; local
1515 dst6 = ifra->ifra_dstaddr;
1517 (dst6.sin6_family == AF_INET6)) {
1520 if ((error = in6_recoverscope(&dst6,
1525 scopeid = in6_addr2scopeid(ifp, &dst6.sin6_addr);
1526 if (dst6.sin6_scope_id == 0) /* user omit to specify the ID. */
1527 dst6.sin6_scope_id = scopeid;
1528 else if (dst6.sin6_scope_id != scopeid)
1531 if ((error = in6_embedscope(&dst6.sin6_addr, &dst6, NUL
[all...]
H A Dip6_input.c484 struct sockaddr_in6 *dst6; local
816 dst6 = (struct sockaddr_in6 *)&ip6_forward_rt.ro_dst;
817 dst6->sin6_len = sizeof(struct sockaddr_in6);
818 dst6->sin6_family = AF_INET6;
819 dst6->sin6_addr = ip6->ip6_dst;
H A Dipsec.c3466 struct sockaddr_in6* dst6; local
3730 dst6 = (struct sockaddr_in6 *)(void *)&ro6->ro_dst;
3737 !IN6_ARE_ADDR_EQUAL(&dst6->sin6_addr, &ip6->ip6_dst))) {
3743 bzero(dst6, sizeof(*dst6));
3744 dst6->sin6_family = AF_INET6;
3745 dst6->sin6_len = sizeof(*dst6);
3746 dst6->sin6_addr = ip6->ip6_dst;
3771 dst6
[all...]
H A Dicmp6.c2387 icmp6_redirect_diag(src6, dst6, tgt6)
2389 struct in6_addr *dst6;
2394 ip6_sprintf(src6), ip6_sprintf(dst6), ip6_sprintf(tgt6));
H A Dnd6.c1710 struct in6_addr *dst6,
1720 * routing table by supplied "dst6".
1723 if (!dst6)
1726 if ((rt = nd6_lookup(dst6, 0, NULL, 0)) == NULL)
1708 nd6_nud_hint( struct rtentry *rt, struct in6_addr *dst6, int force) argument
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c2218 struct sockaddr_in6 *dst6; local
2221 dst6 = (struct sockaddr_in6 *)&ro6->ro_dst;
2222 dst6->sin6_family = AF_INET6;
2223 dst6->sin6_len = sizeof(*dst6);
2224 dst6->sin6_addr = inp->in6p_faddr;

Completed in 175 milliseconds