Searched refs:ipv4 (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A DipMore.tcl162 # nativeToPrefix <nativeList>|<native> [-ipv4]
169 # -ipv4
170 # the provided native format addresses are in ipv4 format (default)
183 # % ip::nativeToPrefix {0x01010100 0xffffff00} -ipv4
198 set ipv4 1
201 -ipv4 {set args [lrange $args 1 end]}
237 # intToString <integer/hex> [-ipv4]
242 # -ipv4
243 # the provided integer addresses is ipv4 (default)
265 set ipv4
[all...]
H A Dip.tcl56 ipv4 - IPv4 - 4 {
63 return -code error "bad class \"$class\": must be ipv4 or ipv6"
511 # This will convert a full ipv4/ipv6 in binary format into a normal
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp208 inEvent->data.resolved->address.u.ipv4.addr.v8[ 0 ],
209 inEvent->data.resolved->address.u.ipv4.addr.v8[ 1 ],
210 inEvent->data.resolved->address.u.ipv4.addr.v8[ 2 ],
211 inEvent->data.resolved->address.u.ipv4.addr.v8[ 3 ],
212 ( inEvent->data.resolved->address.u.ipv4.port.v8[ 0 ] << 8 ) |
213 inEvent->data.resolved->address.u.ipv4.port.v8[ 1 ] );
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-addrlist.c545 memcpy(&(temp->addr.ipv4), current->ai_addr,
546 sizeof(temp->addr.ipv4));
634 first->addr.ipv4.sin_family = AF_INET;
635 first->addr.ipv4.sin_addr.s_addr = htonl((((((((unsigned)ip[0] << 8) |
639 first->addr.ipv4.sin_port = htons(portnum);
673 temp->addr.ipv4.sin_family = AF_INET;
674 memcpy(&(temp->addr.ipv4.sin_addr), host->h_addr_list[i],
675 sizeof(temp->addr.ipv4));
676 temp->addr.ipv4.sin_port = htons(portnum);
794 temp->addr.ipv4
[all...]
H A Dhttp-addr.c52 ntohl(addr->ipv4.sin_addr.s_addr) == 0x00000000)
119 return (addr1->ipv4.sin_addr.s_addr == addr2->ipv4.sin_addr.s_addr);
146 return (sizeof(addr->ipv4));
305 (ntohl(addr->ipv4.sin_addr.s_addr) & 0xff000000) == 0x7f000000)
413 host = gethostbyaddr((char *)&(addr->ipv4.sin_addr),
468 return (ntohs(addr->ipv4.sin_port));
491 addr->ipv4.sin_port = htons(port);
534 temp = ntohl(addr->ipv4.sin_addr.s_addr);
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Dinet_net_pton.c280 int ipv4; local
294 ipv4 = 0;
330 ipv4 = 1;
349 if (ipv4)
/macosx-10.10/cups-408/cups/scheduler/
H A Dnetwork.c240 (lis->address.ipv4.sin_addr.s_addr &
241 temp->mask.ipv4.sin_addr.s_addr) ==
242 (temp->address.ipv4.sin_addr.s_addr &
243 temp->mask.ipv4.sin_addr.s_addr))
H A Dauth.c1137 if ((netip4 & iface->mask.ipv4.sin_addr.s_addr) ==
1138 (iface->address.ipv4.sin_addr.s_addr &
1139 iface->mask.ipv4.sin_addr.s_addr))
1180 if ((netip4 & iface->mask.ipv4.sin_addr.s_addr) ==
1181 (iface->address.ipv4.sin_addr.s_addr &
1182 iface->mask.ipv4.sin_addr.s_addr))
1700 address[3] = ntohl(hostaddr->ipv4.sin_addr.s_addr);
/macosx-10.10/cups-408/cups/backend/
H A Dsnmp.c141 static void scan_devices(int ipv4, int ipv6);
179 int ipv4, /* SNMP IPv4 socket */ local
223 if ((ipv4 = _cupsSNMPOpen(AF_INET)) < 0)
247 scan_devices(ipv4, ipv6);
253 _cupsSNMPClose(ipv4);
1152 scan_devices(int ipv4, /* I - SNMP IPv4 socket */ argument
1213 fd = ipv4;
1239 FD_SET(ipv4, &input);
1243 fd = ipv4 > ipv6 ? ipv4
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dserverhelp.pm110 $ipver = (not $ipver) ? 'ipv4' : lc($ipver);
112 ($ipver =~ /^(4|6|ipv4|ipv6|-ipv4|-ipv6)$/));
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc-opts.def16 name = ipv4;
29 flags-cant = ipv4;
/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/vim-55/runtime/syntax/
H A Dmplayerconf.vim41 \ frames hr-mp3-seek idx ipv4-only-proxy
43 \ passwd prefer-ipv4 prefer-ipv6 rawaudio
H A Dlftp.vim124 \ socket-bind-ipv4 socket-bind-ipv6
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_addrinfo.rb12 if addrinfo.ipv4? && addrinfo.ip_address == "0.0.0.0"
74 assert(ipv4_ai.ipv4?)
534 assert(ai.ipv4? || ai.send(meth), "ai=#{addr_exp}; ai.ipv4? || .#{meth}")
564 ai = ai.ipv6_to_ipv4 if !ai.ipv4?
565 assert(ai.ipv4?)
569 ai = ai.ipv6_to_ipv4 if !ai.ipv4?
570 assert(ai.ipv4?)
623 assert(!unix_ai.ipv4?)
/macosx-10.10/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c964 const struct sockaddr_in * ipv4, *mask; local
970 ipv4 = (const struct sockaddr_in *) inAddr->ifa_addr;
998 item->hostSet.ip.ip.v4.NotAnInteger = ipv4->sin_addr.s_addr;
1092 const struct sockaddr_in * ipv4; local
1100 ipv4 = (const struct sockaddr_in *) inAddr->ifa_addr;
1124 ip.NotAnInteger = ipv4->sin_addr.s_addr;
1146 ip.NotAnInteger = ipv4->sin_addr.s_addr;
1856 struct sockaddr_in * ipv4; local
1868 ipv4 = (struct sockaddr_in *) outAddr;
1869 err = inet_aton( (char *) inString, &ipv4
1907 struct sockaddr_in * ipv4; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dipaddr.rb206 return str if ipv4?
249 def ipv4?
275 if !ipv4?
284 if !ipv4?
351 return ([@addr, @mask_addr].hash << 1) | (ipv4? ? 0 : 1)
697 assert_equal(false, a.ipv4?)
715 assert_equal(true, a.ipv4?)
918 h = { a1 => 'ipv4', a2 => 'ipv4', a3 => 'ipv6', a4 => 'ipv6', a5 => 'ipv4', a
[all...]
/macosx-10.10/postfix-255/postfix/conf/
H A Dpost-install810 # This code assumes that the default is "inet_protocols = ipv4"
813 test "`$POSTCONF -dh inet_protocols`" = "ipv4" ||
817 inet_protocols=ipv4. Specify inet_protocols explicitly if you
821 $POSTCONF -c $config_directory inet_protocols=ipv4 || exit 1
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DIdentify.c119 mprintf("%##s %s %.4a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv4);
121 hostaddr.ip.v4 = answer->rdata->u.ipv4;
H A DProxyResponder.c84 p->RR_A.resrec.rdata->u.ipv4 = p->ip;
/macosx-10.10/ntp-92/sntp/
H A Dsntp-opts.def30 name = ipv4;
43 flags-cant = ipv4;
/macosx-10.10/ruby-106/ruby/ext/socket/lib/
H A Dsocket.rb605 if ai.ipv4? && ai.ip_address == "0.0.0.0"
607 next if !a.ipv4?
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-opts.def16 name = ipv4;
28 flags-cant = ipv4;
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp1311 p = inAddr->u.ipv4.addr.v8;
1312 port = ntohs( inAddr->u.ipv4.port.v16 );
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c377 case kDNSType_A: mDNS_snprintf(buffer+length, RemSpc, "%.4a", &rd->ipv4); break;
1977 case kDNSType_A: return(sizeof(rd->ipv4));
2231 *ptr++ = rdb->ipv4.b[0];
2232 *ptr++ = rdb->ipv4.b[1];
2233 *ptr++ = rdb->ipv4.b[2];
2234 *ptr++ = rdb->ipv4.b[3];
2857 rdb->ipv4.b[0] = ptr[0];
2858 rdb->ipv4.b[1] = ptr[1];
2859 rdb->ipv4.b[2] = ptr[2];
2860 rdb->ipv4
[all...]

Completed in 270 milliseconds

12