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

/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c287 char src6[INET6_ADDRSTRLEN], dst6[INET6_ADDRSTRLEN]; local
300 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6));
305 dst6,
363 char src6[INET6_ADDRSTRLEN], dst6[INET6_ADDRSTRLEN], next6[INET6_ADDRSTRLEN]; local
376 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6));
382 dst6,
/freebsd-9.3-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-9.3-release/sys/netipsec/
H A Dipsec_output.c775 struct sockaddr_in6 *dst6; local
849 dst6 = (struct sockaddr_in6 *)state->dst;
852 || !IN6_ARE_ADDR_EQUAL(&dst6->sin6_addr, &ip6->ip6_dst))) {
857 bzero(dst6, sizeof(*dst6));
858 dst6->sin6_family = AF_INET6;
859 dst6->sin6_len = sizeof(*dst6);
860 dst6->sin6_addr = ip6->ip6_dst;
/freebsd-9.3-release/sys/netinet6/
H A Dip6_mroute.c1563 struct sockaddr_in6 dst6; local
1565 bzero(&dst6, sizeof(dst6));
1566 dst6.sin6_len = sizeof(struct sockaddr_in6);
1567 dst6.sin6_family = AF_INET6;
1568 dst6.sin6_addr = ip6->ip6_dst;
1569 ip6_mloopback(ifp, m, &dst6);
1578 struct sockaddr_in6 dst6; local
1580 bzero(&dst6, sizeof(dst6));
[all...]
H A Dip6_input.c424 struct sockaddr_in6 dst6, *dst; local
694 bzero(&dst6, sizeof(dst6));
695 dst6.sin6_family = AF_INET6;
696 dst6.sin6_len = sizeof(struct sockaddr_in6);
697 dst6.sin6_addr = ip6->ip6_dst;
701 (struct sockaddr *)&dst6);
713 if (ifa->ifa_addr->sa_family != dst6.sin6_family)
715 if (sa_equal(&dst6, ifa->ifa_addr))
H A Din6.c1003 struct sockaddr_in6 dst6; local
1053 dst6 = ifra->ifra_dstaddr;
1055 (dst6.sin6_family == AF_INET6)) {
1059 in6_tmp = dst6.sin6_addr;
1063 if (dst6.sin6_scope_id != 0) {
1064 if (dst6.sin6_scope_id != zoneid)
1067 dst6.sin6_scope_id = zoneid;
1070 if (sa6_embedscope(&dst6, 0))
1181 if (dst6.sin6_family == AF_INET6 &&
1182 !IN6_ARE_ADDR_EQUAL(&dst6
[all...]
H A Dnd6.c1148 nd6_nud_hint(struct rtentry *rt, struct in6_addr *dst6, int force) argument
1153 if ((dst6 == NULL) || (rt == NULL))
1158 ln = nd6_lookup(dst6, ND6_EXCLUSIVE, NULL);
H A Dicmp6.c2334 icmp6_redirect_diag(struct in6_addr *src6, struct in6_addr *dst6, argument
2342 ip6_sprintf(ip6bufs, src6), ip6_sprintf(ip6bufd, dst6),
/freebsd-9.3-release/sys/net/
H A Dif_stf.c422 struct sockaddr_in6 *dst6; local
443 dst6 = (struct sockaddr_in6 *)dst;
491 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr))
492 ptr = GET_V4(&dst6->sin6_addr);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c722 struct in6_addr dst6; local
803 (struct in_addr *)&dst6, NULL) == -1) {
808 dst6 = fin->fin_dst6;
851 ip6->ip6_src = dst6;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c3197 struct sockaddr_in6 *dst6; local
3230 dst6 = (struct sockaddr_in6 *)&ro6.ro_dst;
3231 dst6->sin6_family = AF_INET6;
3232 dst6->sin6_len = sizeof(*dst6);
3233 dst6->sin6_addr = addr->v6;
5740 struct sockaddr_in6 *dst6; local
5778 dst6 = (struct sockaddr_in6 *)&ro.ro_dst;
5779 dst6->sin6_family = AF_INET6;
5780 dst6
5862 struct sockaddr_in6 *dst6; local
[all...]
/freebsd-9.3-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-9.3-release/sys/netinet/
H A Dsctp_output.c5509 struct sockaddr_in6 *dst6 = (struct sockaddr_in6 *)dst; local
5707 memcpy(&stc.laddress, &dst6->sin6_addr, sizeof(struct in6_addr));

Completed in 241 milliseconds