Searched refs:sin6_addr (Results 251 - 275 of 314) sorted by relevance

<<111213

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c381 if (inet_pton(AF_INET6, net, &sin6->sin6_addr) <= 0)
447 &((const struct sockaddr_in6 *)ss)->sin6_addr;
449 &((const struct sockaddr_in6 *)&ap->ap_sa)->sin6_addr;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c790 if (!IN6_IS_ADDR_LINKLOCAL(&ia->ia_addr.sin6_addr))
792 if (IN6_ARE_MASKED_ADDR_EQUAL(&ia->ia_addr.sin6_addr,
2962 nh6->sin6_addr = TARG_VAL(
H A Dip_fw_private.h118 struct in6_addr sin6_addr; member in struct:ip_fw_args::__anon5449::ip_fw_nh6
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c476 if (IN6_IS_ADDR_V4MAPPED(&data->peer.sa_in6.sin6_addr))
671 if (IN6_IS_ADDR_V4MAPPED(&data->peer.sa_in6.sin6_addr))
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c325 in2->sin6_addr.s6_addr[0] = SW_IPV6_ADDRESS;
1438 in6.sin6_addr.s6_addr[0] = SW_IPV6_ADDRESS;
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2113 addr = &((struct sockaddr_in6 *)sa)->sin6_addr;
2981 if (inet6_rth_add((void *)rth, &sin6->sin6_addr) == -1)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c335 memcpy(&sockaddrout_ipv6->sin6_addr, &sockaddrin_ipv6->addr, sizeof(sockaddrout_ipv6->sin6_addr));
/freebsd-11-stable/sys/net/
H A Droute.c771 if (IN6_IS_ADDR_UNSPECIFIED(&satosin6(rt_key(rt))->sin6_addr))
1393 paddr = &((struct sockaddr_in6 *)s)->sin6_addr;
H A Dif_llatbl.c882 ip6_sprintf(l3s, &sin6->sin6_addr);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c876 sin6->sin6_addr = in6addr_any;
3813 len = sizeof(((struct sockaddr_in6 *)sa)->sin6_addr);
3814 p = &((struct sockaddr_in6 *)sa)->sin6_addr;
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c1632 res->ai_addr)->sin6_addr;
1848 sa6.sin6_addr = v->nh6;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dinterfaceiter.c607 if (!memcmp(&iter->loop__1, &psa6->sin6_addr,
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drsh.c621 as = inet_ntop (sa->sa_family, &((struct sockaddr_in6*)sa)->sin6_addr,
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c1127 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c732 inet_ntop(AF_INET6, &u.sin6.sin6_addr, ret, sizeof ret);
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c736 &(((struct sockaddr_in6 *)hostaddr)->sin6_addr));
/freebsd-11-stable/libexec/tftpd/tests/
H A Dfunctional.c344 to6->sin6_addr = loopback;
/freebsd-11-stable/usr.sbin/ppp/
H A Diface.c343 else if (memcmp(&((struct sockaddr_in6 *)&ssmsk)->sin6_addr, &in6mask128,
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c123 memcpy(&addr6.sin6_addr, addr, len);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c4396 memcpy(&psaA->sa6.sin6_addr, &pres->u.v6.addr,
4397 sizeof(psaA->sa6.sin6_addr));
4399 memcpy(&psaM->sa6.sin6_addr, &pres->u.v6.mask,
4400 sizeof(psaA->sa6.sin6_addr));
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c436 NFSBCOPY((caddr_t)&saddr6->sin6_addr, (caddr_t)&newrp->rc_inet6,
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_delegpt.c459 memmove(&sa.sin6_addr, d->rr_data[i]+2, INET6_SIZE);
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c466 !IN6_IS_ADDR_V4MAPPED(&sa->sa.sin6.sin6_addr)) {
/freebsd-11-stable/contrib/sendmail/src/
H A Ddomain.c975 &tmp6.sin6_addr) == 1)
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c622 sinaddr = &((struct sockaddr_in6*)ss)->sin6_addr;

Completed in 597 milliseconds

<<111213