Searched refs:AF_INET6 (Results 526 - 550 of 898) sorted by relevance

<<21222324252627282930>>

/netbsd-current/usr.sbin/faithd/
H A Dftp.c499 sin6->sin6_family = AF_INET6;
682 sin6->sin6_family = AF_INET6;
/netbsd-current/libexec/ftpd/
H A Dftpcmd.y266 port_check("LPRT", AF_INET6);
976 data_dest.su_family = AF_INET6;
990 if (his_addr.su_family == AF_INET6) {
1851 if (data_dest.su_family == AF_INET6 &&
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dacl.c190 if (env != NULL && env->match_mapped && addr->family == AF_INET6 &&
198 bitlen = (addr->family == AF_INET6) ? 128 : 32;
H A Dssu.c212 case AF_INET6:
264 case AF_INET6:
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dresconf.c276 } else if (inet_pton(AF_INET6, buffer, &v6) == 1) {
277 addr->family = AF_INET6;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dacl.c196 if (env != NULL && env->match_mapped && addr->family == AF_INET6 &&
204 bitlen = (addr->family == AF_INET6) ? 128 : 32;
H A Dssu.c208 case AF_INET6:
260 case AF_INET6:
/netbsd-current/external/mpl/bind/dist/lib/irs/
H A Dresconf.c278 } else if (inet_pton(AF_INET6, buffer, &v6) == 1) {
279 addr->family = AF_INET6;
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c784 result = isc_net_getudpportrange(AF_INET6, &udpport_low, &udpport_high);
872 case AF_INET6:
897 case AF_INET6:
1553 if (have_ipv6 && inet_pton(AF_INET6, local, &in6) == 1) {
2494 if (isc_sockaddr_pf(primary) == AF_INET6) {
2614 if (isc_sockaddr_pf(addr) == AF_INET6) {
2846 if (isc_sockaddr_pf(destaddr) == AF_INET6) {
3048 if (isc_sockaddr_pf(destaddr) == AF_INET6) {
/netbsd-current/external/mpl/bind/dist/contrib/dlz/example/
H A Ddlz_example.c176 case AF_INET6:
178 ret = inet_ntop(AF_INET6, &addr->type.sin6.sin6_addr, addr_buf,
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/
H A Ddriver.c207 case AF_INET6:
209 ret = inet_ntop(AF_INET6, &addr->type.sin6.sin6_addr, addr_buf,
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dhkpd.c132 sock = socket((fam == 4) ? AF_INET : AF_INET6, SOCK_STREAM, 0);
/netbsd-current/sys/dist/pf/net/
H A Dif_compat.c328 case AF_INET6:
/netbsd-current/usr.bin/nc/
H A Dsocks.c268 case AF_INET6:
/netbsd-current/sbin/umount/
H A Dumount.c390 case AF_INET6:
/netbsd-current/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_mbuf_subr.c272 case AF_INET6:
/netbsd-current/sbin/ifconfig/
H A Dutil.c180 case AF_INET6:
/netbsd-current/sys/net/npf/
H A Dnpf_os.c476 npf_ph_inet6 = pfil_head_get(PFIL_TYPE_AF, (void *)AF_INET6);
/netbsd-current/usr.bin/rsh/
H A Drsh.c161 family = AF_INET6;
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c436 if (local_family_set && local_family != AF_INET6)
440 local_family = AF_INET6;
529 local_family = AF_INET6;
537 local_family = AF_INET6;
547 local_family = AF_INET6;
557 local_family = AF_INET6;
567 local_family = AF_INET6;
665 if ((local_family == AF_INET6) && dhcpv4_over_dhcpv6 &&
698 else if (local_family == AF_INET6)
873 if (local_family == AF_INET6) {
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dutil.c723 if (family == AF_INET6) {
830 * AF_INET, AF_INET6, or AF_UNSPEC, or the address information for
970 prefix_len = (sa->sa_family == AF_INET6) ? 128 : 32;
986 if (sa->sa_family == AF_INET6) {
989 uv_address->netmask.netmask6.sin6_family = AF_INET6;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans2/
H A Dans.py349 query6_socket = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)
/netbsd-current/external/mit/libuv/dist/test/
H A Dtask.h352 supported = (AF_INET6 == addr[i].address.address6.sin6_family);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dgdbreplay.cc232 case AF_INET6:
/netbsd-current/sys/nfs/
H A Dnfs_srvsubs.c330 if ((saddr->sin_family == AF_INET6) &&

Completed in 259 milliseconds

<<21222324252627282930>>