HomeSort by relevance Sort by last modified time
    Searched refs:ipaddress (Results 1 - 25 of 27) sorted by null

1 2

  /external/python/cpython3/Lib/test/
test_ipaddress.py 4 """Unittest for ipaddress module."""
13 import ipaddress
18 # One big change in ipaddress over the original ipaddr module is
58 return self.assertCleanError(ipaddress.AddressValueError,
63 return self.assertCleanError(ipaddress.NetmaskValueError,
172 factory = ipaddress.IPv4Address
177 ipaddress.IPv4Address(addr)
182 ipaddress.IPv4Address(addr)
212 ipaddress.IPv4Address(addr)
221 ipaddress.IPv4Address(addr
    [all...]
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 202 ipaddress = new byte[INADDRSZ];
206 byte[] ipaddress, int scope_id, boolean scope_id_set,
209 this.ipaddress = ipaddress;
219 byte[] ipaddress; field in class:Inet6Address.Inet6AddressHolder
248 System.arraycopy(addr, 0, ipaddress, 0, INADDRSZ);
268 this.scope_id = deriveNumericScope(ipaddress, nif);
278 String s = numericToTextFormat(ipaddress);
294 return Arrays.equals(this.ipaddress, that.ipaddress);
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 11 define 1 request ipaddress subnet_mask
18 define 33 request array ipaddress static_routes
19 define 3 request array ipaddress routers
21 define 4 array ipaddress time_servers
22 define 5 array ipaddress ien116_name_servers
23 define 6 array ipaddress domain_name_servers
24 define 7 array ipaddress log_servers
25 define 8 array ipaddress cookie_servers
26 define 9 array ipaddress lpr_servers
27 define 10 array ipaddress impress_server
    [all...]
  /external/autotest/client/site_tests/network_WlanHasIP/
network_WlanHasIP.py 34 ipaddress = socket.inet_ntoa(fcntl.ioctl(
40 ipaddress = None
42 return ipaddress
  /external/webrtc/webrtc/base/
ifaddrs_converter.h 20 #include "webrtc/base/ipaddress.h"
24 // This class converts native interface addresses to our internal IPAddress
32 InterfaceAddress* ipaddress,
33 IPAddress* mask);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 20 import ipaddress
95 self._network = ipaddress.ip_network(value)
116 netmask = ipaddress.ip_address(nodecon.netmask)
134 net = ipaddress.ip_network('{0}/{1}'.format(nodecon.address, CIDR))
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
ip.py 15 import ipaddress
44 where address is a ipaddress.IPv4Interface and broadcast
45 is an ipaddress.IPv4Address.
64 address = ipaddress.IPv4Interface(d['address'])
65 bcast = ipaddress.IPv4Address(d['bcast'])
71 address = ipaddress.IPv4Interface(d['address'])
80 address: ipaddress.IPv4Interface, The new ipaddress and netmask
82 broadcast: ipaddress.IPv4Address, The broadcast address to use for
100 address: ipaddress.IPv4Interface or ipaddress.IPv4Address
    [all...]
route.py 15 import ipaddress
51 address: ipaddress.IPv4Address, ipaddress.IPv4Network,
82 it will be a ipaddress.IPv4Network otherwise it is a
83 ipaddress.IPv4Address.
118 address = ipaddress.IPv4Address(d['address'])
119 except ipaddress.AddressValueError:
120 address = ipaddress.IPv4Network(d['address'])
141 address: ipaddress.IPv4Address, ipaddress.IPv4Network
    [all...]
  /external/autotest/server/site_tests/network_StressServoEthernetPlug/
network_StressServoEthernetPlug.py 14 ETH_IP = 'ipaddress'
66 'ipaddress': <ipaddress>,
82 ipaddress = None
84 ipaddress = result.groups()[0]
85 eth_dict[iface] = {self.ETH_MAC: hwaddr, self.ETH_IP: ipaddress}
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 573 @return: A dict of ipaddress to mac address for each device connected.
580 ipaddress = lease.split('\n')[0].strip(' {')
581 last_octet = int(ipaddress.split('.')[-1].strip())
586 leases[ipaddress] = mac_address_search.group(1)
645 def add_moblab_dut(ipaddress):
648 @param ipaddress: IP address of the DUT.
652 cmd = '/usr/local/autotest/cli/atest host create %s &' % ipaddress
654 return (True, 'DUT %s added to Autotest' % ipaddress)
658 def remove_moblab_dut(ipaddress):
661 @param ipaddress: IP address of the DUT
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 18 import ipaddress
121 ipaddress.ip_network(self._AP_2G_SUBNET_STR))
123 ipaddress.ip_network(self._AP_5G_SUBNET_STR))
270 ipaddress.ip_network('%s.%s.%s.%s' %
278 interface_ip = ipaddress.ip_interface(
287 bss_interface_ip = ipaddress.ip_interface(
  /external/iproute2/ip/
Android.mk 4 LOCAL_SRC_FILES := ip.c ipaddress.c ipaddrlabel.c iproute.c iprule.c ipnetns.c \
Makefile 1 IPOBJ=ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o ipnetns.o \
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_config.py 17 import ipaddress
24 network: ipaddress.IPv4Network, the network that this subnet is in.
25 start: ipaddress.IPv4Address, the start ip address.
26 end: ipaddress.IPv4Address, the end ip address.
39 subnet_address: ipaddress.IPv4Network, The network that this
41 start: ipaddress.IPv4Address, The start of the address range to
44 end: ipaddress.IPv4Address, The end of the address range to give
46 router: ipaddress.IPv4Address, The router hosts should use in this
104 address: ipaddress.IPv4Address, The ipv4 address to give the host.
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 161 * @v ipaddress IP address
167 static int pxe_tftp_open ( uint32_t ipaddress, unsigned int port,
183 address.s_addr = ipaddress;
  /external/curl/lib/
connect.c 837 char ipaddress[MAX_IPADR_LEN]; local
838 Curl_printable_address(conn->tempaddr[i], ipaddress, MAX_IPADR_LEN);
840 ipaddress, conn->port, Curl_strerror(conn, error));
991 char ipaddress[MAX_IPADR_LEN]; local
1009 ipaddress, &port)) {
1016 infof(data, " Trying %s...\n", ipaddress);
    [all...]
  /libcore/ojluni/src/main/native/
net_util.c 211 jbyteArray ipaddress; local
311 jbyteArray ipaddress; local
net_util_md.c 762 jbyteArray ipaddress; local
    [all...]
  /external/python/cpython3/Lib/
ssl.py 93 import ipaddress
275 ip = ipaddress.ip_address(ipname.rstrip())
292 host_ip = ipaddress.ip_address(hostname)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 268 if (staticConfig != null && staticConfig.ipAddress != null) {
270 staticConfig.ipAddress.getAddress().getHostAddress());
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 

Completed in 750 milliseconds

1 2