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

/macosx-10.10/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_ipv6.c352 struct sockaddr_in6 *dst6; local
355 dst6 = (struct sockaddr_in6 *)(void *)ifa->ifa_dstaddr;
358 if (IN6_IS_ADDR_LINKLOCAL(&dst6->sin6_addr) || IN6_IS_ADDR_MC_LINKLOCAL(&dst6->sin6_addr)) {
361 index = dst6->sin6_addr.s6_addr16[1];
363 dst6->sin6_addr.s6_addr16[1] = 0;
364 if (dst6->sin6_scope_id == 0) {
365 dst6->sin6_scope_id = ntohs(index);
370 appendAddress(newDict, kSCPropNetIPv6DestAddresses, dst6);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_ipsec.c818 struct sockaddr_in6 *dst6; local
852 dst6 = (struct sockaddr_in6 *)(void *)&ro->ro_dst;
857 !IN6_ARE_ADDR_EQUAL(&dst6->sin6_addr, &ip6->ip6_dst)) {
863 bzero(dst6, sizeof(*dst6));
864 dst6->sin6_family = AF_INET6;
865 dst6->sin6_len = sizeof(*dst6);
866 dst6->sin6_addr = ip6->ip6_dst;
878 dst6
[all...]
H A Dif_stf.c521 const struct sockaddr_in6 *dst6; local
533 dst6 = (const struct sockaddr_in6 *)(const void *)dst;
568 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr))
569 in4 = GET_V4(&dst6->sin6_addr);
H A Dpf.c3880 struct sockaddr_in6 *dst6; local
3904 dst6 = (struct sockaddr_in6 *)(void *)&ro6.ro_dst;
3905 dst6->sin6_family = AF_INET6;
3906 dst6->sin6_len = sizeof (*dst6);
3907 dst6->sin6_addr = addr->v6;
7604 struct sockaddr_in6 *dst6; local
7620 dst6 = (struct sockaddr_in6 *)&ro.ro_dst;
7621 dst6->sin6_family = AF_INET6;
7622 dst6
7649 struct sockaddr_in6 *dst6; local
[all...]
H A Dnecp.c5698 struct sockaddr_in6 *dst6 = (struct sockaddr_in6 *)(void *)&new_route->ro_dst; local
5699 dst6->sin6_family = AF_INET6;
5700 dst6->sin6_len = sizeof(struct sockaddr_in6);
5701 dst6->sin6_addr = ip6->ip6_dst;
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dsockmisc.c589 struct sockaddr_in6 src6, dst6; local
592 memcpy(&dst6, dst, sizeof(dst6));
601 /* XXX some sanity check on dst6.sin6_scope_id */
604 src6.sin6_flowinfo = dst6.sin6_flowinfo = 0;
607 m.msg_name = (caddr_t)&dst6;
608 m.msg_namelen = sizeof(dst6);
631 "dst6 %s %d\n",
632 saddr2str((struct sockaddr *)&dst6),
633 dst6
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c1791 struct sockaddr_in6 dst6; local
1826 bzero(&dst6, sizeof(dst6));
1827 dst6.sin6_len = sizeof(dst6);
1828 dst6.sin6_family = AF_INET6;
1831 rt = rt_lookup(TRUE,(struct sockaddr *)&dst6, NULL,
H A Dtcp_subr.c2332 struct sockaddr_in6 *dst6; local
2335 dst6 = (struct sockaddr_in6 *)&ro6->ro_dst;
2336 dst6->sin6_family = AF_INET6;
2337 dst6->sin6_len = sizeof(*dst6);
2338 dst6->sin6_addr = inp->in6p_faddr;
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_prproxy.c598 struct in6_addr *dst6 = &ro6->ro_dst.sin6_addr; local
608 ip6_sprintf(dst6),
640 dst6, &pr->ndpr_mask)) {
690 ip6_sprintf(dst6)));
712 ip6_sprintf(dst6)));
722 ip6_sprintf(dst6)));
H A Dip6_input.c455 struct sockaddr_in6 *dst6; local
835 dst6 = SIN6(&rin6.ro_dst);
836 dst6->sin6_len = sizeof (struct sockaddr_in6);
837 dst6->sin6_family = AF_INET6;
838 dst6->sin6_addr = ip6->ip6_dst;
H A Dipsec.c3553 struct sockaddr_in6* dst6; local
3714 dst6 = (struct sockaddr_in6 *)(void *)&ro6->ro_dst;
3719 !IN6_ARE_ADDR_EQUAL(&dst6->sin6_addr, &ip6->ip6_dst)) {
3725 bzero(dst6, sizeof(*dst6));
3726 dst6->sin6_family = AF_INET6;
3727 dst6->sin6_len = sizeof(*dst6);
3728 dst6->sin6_addr = ip6->ip6_dst;
3753 dst6
[all...]
H A Dicmp6.c2345 icmp6_redirect_diag(src6, dst6, tgt6)
2347 struct in6_addr *dst6;
2352 ip6_sprintf(src6), ip6_sprintf(dst6), ip6_sprintf(tgt6));
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.c1727 v6addr_t src6, v6addr_t dst6,
1757 if (0 != (err = v6addr_to_string(dst6, dsts6, sizeof(dsts6))))
1724 generateTunnelPolicy(mDNSTunnelPolicyWhich which, mDNSTunnelType type, int in, v4addr_t src, uint16_t src_port, v4addr_t dst, uint16_t dst_port, v6addr_t src6, v6addr_t dst6, ipsec_policy_t *policy, size_t *len) argument

Completed in 205 milliseconds