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

/freebsd-10.0-release/usr.sbin/flowctl/
H A Dflowctl.c305 char src6[INET6_ADDRSTRLEN], dst6[INET6_ADDRSTRLEN]; local
319 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6));
324 dst6,
382 char src6[INET6_ADDRSTRLEN], dst6[INET6_ADDRSTRLEN], next6[INET6_ADDRSTRLEN]; local
395 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6));
401 dst6,
/freebsd-10.0-release/usr.sbin/faithd/
H A Dfaithd.c466 char dst6[NI_MAXHOST]; local
488 dst6, sizeof(dst6), NULL, 0, NI_NUMERICHOST);
489 syslog(LOG_INFO, "the client is connecting to %s", dst6);
618 struct sockaddr_in6 *dst6 = (struct sockaddr_in *)dst; local
642 struct sockaddr_in6 *dst6;
646 dst6 = (struct sockaddr_in6 *)dst;
648 && IN6_IS_ADDR_V4MAPPED(&dst6->sin6_addr)) {
653 memcpy(&dstmap.sin_addr, &dst6->sin6_addr.s6_addr[12],
658 dst6
[all...]
/freebsd-10.0-release/sys/netipsec/
H A Dipsec_output.c781 struct sockaddr_in6 *dst6; local
855 dst6 = (struct sockaddr_in6 *)state->dst;
858 || !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;
/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.c1629 struct sockaddr_in6 dst6; local
1631 bzero(&dst6, sizeof(dst6));
1632 dst6.sin6_len = sizeof(struct sockaddr_in6);
1633 dst6.sin6_family = AF_INET6;
1634 dst6.sin6_addr = ip6->ip6_dst;
1635 ip6_mloopback(ifp, m, &dst6);
1644 struct sockaddr_in6 dst6; local
1646 bzero(&dst6, sizeof(dst6));
[all...]
H A Dip6_input.c440 struct sockaddr_in6 dst6, *dst; local
696 bzero(&dst6, sizeof(dst6));
697 dst6.sin6_family = AF_INET6;
698 dst6.sin6_len = sizeof(struct sockaddr_in6);
699 dst6.sin6_addr = ip6->ip6_dst;
703 (struct sockaddr *)&dst6);
715 if (ifa->ifa_addr->sa_family != dst6.sin6_family)
717 if (sa_equal(&dst6, ifa->ifa_addr))
H A Din6.c1028 struct sockaddr_in6 dst6; local
1078 dst6 = ifra->ifra_dstaddr;
1080 (dst6.sin6_family == AF_INET6)) {
1084 in6_tmp = dst6.sin6_addr;
1088 if (dst6.sin6_scope_id != 0) {
1089 if (dst6.sin6_scope_id != zoneid)
1092 dst6.sin6_scope_id = zoneid;
1095 if (sa6_embedscope(&dst6, 0))
1209 if (dst6.sin6_family == AF_INET6 &&
1210 !IN6_ARE_ADDR_EQUAL(&dst6
[all...]
H A Dnd6.c1140 nd6_nud_hint(struct rtentry *rt, struct in6_addr *dst6, int force) argument
1145 if ((dst6 == NULL) || (rt == NULL))
1150 ln = nd6_lookup(dst6, ND6_EXCLUSIVE, NULL);
H A Dicmp6.c2311 icmp6_redirect_diag(struct in6_addr *src6, struct in6_addr *dst6, argument
2319 ip6_sprintf(ip6bufs, src6), ip6_sprintf(ip6bufd, dst6),
/freebsd-10.0-release/sys/net/
H A Dif_stf.c420 const struct sockaddr_in6 *dst6; local
440 dst6 = (const struct sockaddr_in6 *)dst;
479 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr))
480 ptr = GET_V4(&dst6->sin6_addr);
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c521 i6addr_t dst6; local
575 &dst6, NULL) == -1) {
579 dst4 = dst6.in4;
613 &dst6, NULL) == -1) {
618 dst6 = fin->fin_dst6;
668 ip6->ip6_src = dst6.in6;
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c2874 struct sockaddr_in6 *dst6; local
2898 dst6 = (struct sockaddr_in6 *)&ro6.ro_dst;
2899 dst6->sin6_family = AF_INET6;
2900 dst6->sin6_len = sizeof(*dst6);
2901 dst6->sin6_addr = addr->v6;
5085 struct sockaddr_in6 *dst6; local
5117 dst6 = (struct sockaddr_in6 *)&ro.ro_dst;
5118 dst6->sin6_family = AF_INET6;
5119 dst6
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c2412 struct sockaddr_in6 *src6, *dst6;
2415 dst6 = (struct sockaddr_in6 *) &route->addr.dst_addr;
2424 sdp_hdr->dst_addr.ip6 = dst6->sin6_addr;
2432 cma_hdr->dst_addr.ip6 = dst6->sin6_addr;
/freebsd-10.0-release/sys/netinet/
H A Dsctp_output.c5364 struct sockaddr_in6 *dst6 = (struct sockaddr_in6 *)dst; local
5553 memcpy(&stc.laddress, &dst6->sin6_addr, sizeof(struct in6_addr));

Completed in 311 milliseconds