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

/freebsd-10-stable/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-stable/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-stable/sys/netinet6/
H A Dip6_mroute.c1566 struct sockaddr_in6 dst6; local
1568 bzero(&dst6, sizeof(dst6));
1569 dst6.sin6_len = sizeof(struct sockaddr_in6);
1570 dst6.sin6_family = AF_INET6;
1571 dst6.sin6_addr = ip6->ip6_dst;
1572 ip6_mloopback(ifp, m, &dst6);
1581 struct sockaddr_in6 dst6; local
1583 bzero(&dst6, sizeof(dst6));
[all...]
H A Dip6_input.c416 struct sockaddr_in6 dst6, *dst; local
683 bzero(&dst6, sizeof(dst6));
684 dst6.sin6_family = AF_INET6;
685 dst6.sin6_len = sizeof(struct sockaddr_in6);
686 dst6.sin6_addr = ip6->ip6_dst;
690 (struct sockaddr *)&dst6);
702 if (ifa->ifa_addr->sa_family != dst6.sin6_family)
704 if (sa_equal(&dst6, ifa->ifa_addr))
H A Din6.c1012 struct sockaddr_in6 dst6; local
1062 dst6 = ifra->ifra_dstaddr;
1064 (dst6.sin6_family == AF_INET6)) {
1068 in6_tmp = dst6.sin6_addr;
1072 if (dst6.sin6_scope_id != 0) {
1073 if (dst6.sin6_scope_id != zoneid)
1076 dst6.sin6_scope_id = zoneid;
1079 if (sa6_embedscope(&dst6, 0))
1193 if (dst6.sin6_family == AF_INET6 &&
1194 !IN6_ARE_ADDR_EQUAL(&dst6
[all...]
H A Dnd6.c1220 nd6_nud_hint(struct rtentry *rt, struct in6_addr *dst6, int force) argument
1225 if ((dst6 == NULL) || (rt == NULL))
1230 ln = nd6_lookup(dst6, ND6_EXCLUSIVE, NULL);
H A Dicmp6.c2305 icmp6_redirect_diag(struct in6_addr *src6, struct in6_addr *dst6, argument
2313 ip6_sprintf(ip6bufs, src6), ip6_sprintf(ip6bufd, dst6),
/freebsd-10-stable/sys/net/
H A Dif_stf.c416 const struct sockaddr_in6 *dst6; local
436 dst6 = (const struct sockaddr_in6 *)dst;
475 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr))
476 ptr = GET_V4(&dst6->sin6_addr);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c518 i6addr_t dst6; local
567 &dst6, NULL) == -1) {
571 dst4 = dst6.in4;
605 &dst6, NULL) == -1) {
610 dst6 = fin->fin_dst6;
660 ip6->ip6_src = dst6.in6;
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c3029 struct sockaddr_in6 *dst6; local
3053 dst6 = (struct sockaddr_in6 *)&ro6.ro_dst;
3054 dst6->sin6_family = AF_INET6;
3055 dst6->sin6_len = sizeof(*dst6);
3056 dst6->sin6_addr = addr->v6;
5240 struct sockaddr_in6 *dst6; local
5272 dst6 = (struct sockaddr_in6 *)&ro.ro_dst;
5273 dst6->sin6_family = AF_INET6;
5274 dst6
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dcma.c2565 struct sockaddr_in6 *src6, *dst6; local
2568 dst6 = (struct sockaddr_in6 *) &route->addr.dst_addr;
2577 sdp_hdr->dst_addr.ip6 = dst6->sin6_addr;
2585 cma_hdr->dst_addr.ip6 = dst6->sin6_addr;
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c5512 struct sockaddr_in6 *dst6 = (struct sockaddr_in6 *)dst; local
5689 IN6_IS_ADDR_LINKLOCAL(&dst6->sin6_addr)) {
5716 IN6_IS_ADDR_SITELOCAL(&dst6->sin6_addr)) {
5724 memcpy(&stc.laddress, &dst6->sin6_addr, sizeof(struct in6_addr));

Completed in 273 milliseconds