Searched refs:ipv6 (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dipv6.c18 /* $Id: ipv6.c,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
24 #include <isc/ipv6.h>
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dipv6.c18 /* $Id: ipv6.c,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
24 #include <isc/ipv6.h>
/macosx-10.10/cups-408/cups/scheduler/
H A Dnetwork.c248 (lis->address.ipv6.sin6_addr.s6_addr[0] &
249 temp->mask.ipv6.sin6_addr.s6_addr[0]) ==
250 (temp->address.ipv6.sin6_addr.s6_addr[0] &
251 temp->mask.ipv6.sin6_addr.s6_addr[0]) &&
252 (lis->address.ipv6.sin6_addr.s6_addr[1] &
253 temp->mask.ipv6.sin6_addr.s6_addr[1]) ==
254 (temp->address.ipv6.sin6_addr.s6_addr[1] &
255 temp->mask.ipv6.sin6_addr.s6_addr[1]) &&
256 (lis->address.ipv6.sin6_addr.s6_addr[2] &
257 temp->mask.ipv6
[all...]
H A Dauth.c1150 if ((netip6[i] & iface->mask.ipv6.sin6_addr.s6_addr32[i]) !=
1151 (iface->address.ipv6.sin6_addr.s6_addr32[i] &
1152 iface->mask.ipv6.sin6_addr.s6_addr32[i]))
1193 if ((netip6[i] & iface->mask.ipv6.sin6_addr.s6_addr32[i]) !=
1194 (iface->address.ipv6.sin6_addr.s6_addr32[i] &
1195 iface->mask.ipv6.sin6_addr.s6_addr32[i]))
1684 address[0] = ntohl(hostaddr->ipv6.sin6_addr.s6_addr32[0]);
1685 address[1] = ntohl(hostaddr->ipv6.sin6_addr.s6_addr32[1]);
1686 address[2] = ntohl(hostaddr->ipv6.sin6_addr.s6_addr32[2]);
1687 address[3] = ntohl(hostaddr->ipv6
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-addrlist.c464 char ipv6[64], /* IPv6 address */ local
491 strlcpy(ipv6, hostname + 4, sizeof(ipv6));
492 if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']')
494 ipv6[ipv6len] = '\0';
495 hostname = ipv6;
501 if ((ipv6zone = strrchr(ipv6, '+')) != NULL)
511 strlcpy(ipv6, hostname + 1, sizeof(ipv6));
[all...]
H A Dhttp-addr.c47 IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr)))
116 return (!memcmp(&(addr1->ipv6.sin6_addr), &(addr2->ipv6.sin6_addr), 16));
137 return (sizeof(addr->ipv6));
295 IN6_IS_ADDR_LOOPBACK(&(addr->ipv6.sin6_addr)))
409 host = gethostbyaddr((char *)&(addr->ipv6.sin6_addr),
465 return (ntohs(addr->ipv6.sin6_port));
487 addr->ipv6.sin6_port = htons(port);
573 for (sptr = temps, i = 0; i < 4 && addr->ipv6.sin6_addr.s6_addr32[i]; i ++)
575 temp = ntohl(addr->ipv6
[all...]
/macosx-10.10/files-662.1.1/private/etc/
H A Dprotocols10 #hopopt 0 HOPOPT # hop-by-hop options for ipv6
51 ipv6 41 IPV6 # ipv6
53 ipv6-route 43 IPV6-ROUTE # routing header for ipv6
54 ipv6-frag 44 IPV6-FRAG # fragment header for ipv6
68 ipv6-icmp 58 IPV6-ICMP # ICMP for IPv6
69 ipv6-nonxt 59 IPV6-NONXT # no next header for ipv6
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dhost_port.c116 int ipv6 = 0; local
120 * [ipv6:ipv6addr]:port, [ipv6:ipv6addr]:, [ipv6:ipv6addr].
124 if ((ipv6 = HAS_IPV6_COL(cp)) != 0)
131 if (ipv6 && !valid_ipv6_hostaddr(*host, DONT_GRIPE))
/macosx-10.10/bind9-45.101/bind9/lib/lwres/unix/include/lwres/
H A Dnet.h73 #include <lwres/ipv6.h> /* Contractual promise. */
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dserverhelp.pm82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) {
88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) {
112 ($ipver =~ /^(4|6|ipv4|ipv6|-ipv4|-ipv6)$/));
H A Druntests.pl646 if($server =~ /^(ftp|imap|pop3|smtp)s?(\d*)(-ipv6|)$/) {
656 if($server =~ /^(ftp|http|imap|pop3|smtp|httppipe)s((\d*)(-ipv6|))$/) {
660 elsif($server =~ /^(ftp|http|imap|pop3|smtp|httppipe)((\d*)(-ipv6|))$/) {
664 elsif($server =~ /^(socks)((\d*)(-ipv6|))$/) {
668 elsif($server =~ /^(ssh)((\d*)(-ipv6|))$/) {
1180 if($alt eq "ipv6") {
1269 if($alt eq "ipv6") {
1334 my ($verbose, $ipv6, $certfile) = @_;
1336 my $ip = ($ipv6 && ($ipv6
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dextconf.rb43 ipv6 = false
45 if enable_config("ipv6", default_ipv6)
46 if checking_for("ipv6") {try_link(<<EOF)}
59 ipv6 = true
63 if ipv6
72 checking_for("ipv6 type", fmt) do
84 elsif ipv6lib = with_config("ipv6-lib")
86 --with-ipv6-lib and --with-ipv6-libdir option will be obsolete, use
89 find_library(ipv6lib, nil, with_config("ipv6
[all...]
/macosx-10.10/cups-408/cups/backend/
H A Dsnmp.c141 static void scan_devices(int ipv4, int ipv6);
180 ipv6; /* SNMP IPv6 socket */ local
227 if ((ipv6 = _cupsSNMPOpen(AF_INET6)) < 0)
230 ipv6 = -1;
247 scan_devices(ipv4, ipv6);
254 if (ipv6 >= 0)
255 _cupsSNMPClose(ipv6);
1153 int ipv6) /* I - SNMP IPv6 socket */
1210 fd = ipv6;
1240 if (ipv6 >
1152 scan_devices(int ipv4, int ipv6) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_addrinfo.rb14 elsif addrinfo.ipv6? && addrinfo.ipv6_unspecified?
16 elsif addrinfo.ipv6? && (ai = addrinfo.ipv6_to_ipv4) && ai.ip_address == "0.0.0.0"
75 assert(!ipv4_ai.ipv6?)
505 def ipv6(str) method in class:TestSocketAddrinfo
533 ai = ipv6(addr)
536 assert(ipv6(addr).send(meth), "#{addr_exp}.#{meth}")
537 assert_equal(addr, ipv6(addr).ip_address)
541 assert(!ipv6(addr).send(meth2), "!#{addr_exp}.#{meth2}")
548 assert(ipv6(addr).send(meth), "#{addr_exp}.#{meth}")
549 assert(ipv6(add
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/lib/
H A Dsocket.rb50 sock.ipv6only! if self.ipv6?
182 sock.ipv6only! if self.ipv6?
204 sock.ipv6only! if self.ipv6?
382 s.ipv6only! if ai.ipv6?
610 elsif ai.ipv6? && ai.ip_address == "::" && !ipv6_recvpktinfo
612 next if !a.ipv6?
640 if ipv6_recvpktinfo && ai.ipv6? && ai.ip_address == "::"
683 if ai.ipv6? and pktinfo = controls.find {|c| c.cmsg_is?(:IPV6, :PKTINFO) }
/macosx-10.10/lukemftp-14/
H A DMakefile10 Extra_Configure_Flags += --prefix=/usr --enable-ipv6 --bindir=$(DSTROOT)/usr/bin --mandir=$(DSTROOT)/usr/share/man
/macosx-10.10/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h66 #include <lwres/ipv6.h>
/macosx-10.10/lukemftpd-50/
H A DMakefile28 --enable-ipv6 --with-pam --with-gssapi
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc-opts.def18 flags-cant = ipv6;
27 name = ipv6;
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.in39 helo [ipv6:::]
40 helo [ipv6::::]
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dacl.rb100 ipaddr = ipaddr.ipv4_mapped if @pat[1].ipv6? && ipaddr.ipv4?
/macosx-10.10/ruby-106/ruby/lib/
H A Dipaddr.rb254 def ipv6?
260 return ipv6? && (@addr >> 32) == 0xffff
265 if !ipv6? || (@addr >> 32) != 0
315 if !ipv6?
323 if !ipv6?
698 assert_equal(true, a.ipv6?)
716 assert_equal(false, a.ipv6?)
918 h = { a1 => 'ipv4', a2 => 'ipv4', a3 => 'ipv6', a4 => 'ipv6', a5 => 'ipv4', a6 => 'ipv6', a
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dspf.tcl394 if {[ip::is ipv6 $res]} {
407 if {[ip::is ipv6 $ip]} {
415 if {[ip::is ipv6 $res]} {
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/include/isc/
H A Dnet.h91 #include <isc/ipv6.h> /* Contractual promise. */
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnet.h101 #include <isc/ipv6.h>

Completed in 175 milliseconds

123