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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c987 struct sockaddr_in6 dst6; local
1046 dst6 = ifra->ifra_dstaddr;
1048 (dst6.sin6_family == AF_INET6)) {
1052 if ((error = in6_recoverscope(&dst6,
1057 scopeid = in6_addr2scopeid(ifp, &dst6.sin6_addr);
1058 if (dst6.sin6_scope_id == 0) /* user omit to specify the ID. */
1059 dst6.sin6_scope_id = scopeid;
1060 else if (dst6.sin6_scope_id != scopeid)
1063 if ((error = in6_embedscope(&dst6.sin6_addr, &dst6, NUL
[all...]
H A Dip6_mroute.c1453 struct sockaddr_in6 *dst6; local
1500 dst6 = (struct sockaddr_in6 *)&ro.ro_dst;
1503 dst6->sin6_len = sizeof(struct sockaddr_in6);
1504 dst6->sin6_family = AF_INET6;
1505 dst6->sin6_addr = ip6->ip6_dst;
1513 dst6->sin6_len = sizeof(struct sockaddr_in6);
1514 dst6->sin6_family = AF_INET6;
1515 dst6->sin6_addr = ip6->ip6_dst;
H A Din6_pcb.c651 struct sockaddr_in6 *dst6;
655 dst6 = (struct sockaddr_in6 *)&ro->ro_dst;
656 dst6->sin6_family = AF_INET6;
657 dst6->sin6_len = sizeof(struct sockaddr_in6);
658 dst6->sin6_addr = *dst;
H A Dip6_input.c630 struct sockaddr_in6 *dst6; local
640 dst6 = (struct sockaddr_in6 *)&ip6_forward_rt.ro_dst;
641 dst6->sin6_len = sizeof(struct sockaddr_in6);
642 dst6->sin6_family = AF_INET6;
643 dst6->sin6_addr = ip6->ip6_dst;
H A Dipsec.c3221 struct sockaddr_in6* dst6; local
3450 dst6 = (struct sockaddr_in6 *)state->dst;
3453 || !IN6_ARE_ADDR_EQUAL(&dst6->sin6_addr, &ip6->ip6_dst))) {
3458 bzero(dst6, sizeof(*dst6));
3459 dst6->sin6_family = AF_INET6;
3460 dst6->sin6_len = sizeof(*dst6);
3461 dst6->sin6_addr = ip6->ip6_dst;
3474 dst6
[all...]
H A Dnd6.c1116 struct in6_addr *dst6,
1126 * routing table by supplied "dst6".
1129 if (!dst6)
1131 if (!(rt = nd6_lookup(dst6, 0, NULL, 0)))
1114 nd6_nud_hint( struct rtentry *rt, struct in6_addr *dst6, int force) argument
H A Dicmp6.c2212 icmp6_redirect_diag(src6, dst6, tgt6)
2214 struct in6_addr *dst6;
2219 ip6_sprintf(src6), ip6_sprintf(dst6), ip6_sprintf(tgt6));
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_stf.c456 const struct sockaddr_in6 *dst6; local
466 dst6 = (const struct sockaddr_in6 *)dst;
500 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr))
501 in4 = GET_V4(&dst6->sin6_addr);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_subr.c1715 struct sockaddr_in6 *dst6;
1717 dst6 = (struct sockaddr_in6 *)&ro6->ro_dst;
1718 dst6->sin6_family = AF_INET6;
1719 dst6->sin6_len = sizeof(*dst6);
1720 dst6->sin6_addr = inp->in6p_faddr;

Completed in 62 milliseconds