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

  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 192 ipaddress = new byte[INADDRSZ];
196 byte[] ipaddress, int scope_id, boolean scope_id_set,
199 this.ipaddress = ipaddress;
209 byte[] ipaddress; field in class:Inet6Address.Inet6AddressHolder
238 System.arraycopy(addr, 0, ipaddress, 0, INADDRSZ);
258 this.scope_id = deriveNumericScope(ipaddress, nif);
268 String s = numericToTextFormat(ipaddress);
284 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);
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
ip.py 15 import ipaddress
42 where address is a ipaddress.IPv4Interface and broadcast
43 is an ipaddress.IPv4Address.
62 address = ipaddress.IPv4Interface(d['address'])
63 bcast = ipaddress.IPv4Address(d['bcast'])
69 address = ipaddress.IPv4Interface(d['address'])
78 address: ipaddress.IPv4Interface, The new ipaddress and netmask
80 broadcast: ipaddress.IPv4Address, The broadcast address to use for
98 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...]
  /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))
  /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 484 @return: A dict of ipaddress to mac address for each device connected.
491 ipaddress = lease.split('\n')[0].strip(' {')
492 last_octet = int(ipaddress.split('.')[-1].strip())
497 leases[ipaddress] = mac_address_search.group(1)
502 def add_moblab_dut(ipaddress):
505 @param ipaddress: IP address of the DUT.
509 cmd = '/usr/local/autotest/cli/atest host create %s &' % ipaddress
511 return (True, 'DUT %s added to Autotest' % ipaddress)
515 def remove_moblab_dut(ipaddress):
518 @param ipaddress: IP address of the DUT
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 18 import ipaddress
91 _AP_2GHZ_SUBNET = dhcp_config.Subnet(ipaddress.ip_network(_AP_2GHZ_SUBNET_STR))
92 _AP_5GHZ_SUBNET = dhcp_config.Subnet(ipaddress.ip_network(_AP_5GHZ_SUBNET_STR))
211 ipaddress.ip_network('%s.%s.%s.%s' % (a, b, str(
219 interface_ip = ipaddress.ip_interface(
228 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 828 char ipaddress[MAX_IPADR_LEN]; local
829 Curl_printable_address(conn->tempaddr[i], ipaddress, MAX_IPADR_LEN);
831 ipaddress, conn->port, Curl_strerror(conn, error));
995 char ipaddress[MAX_IPADR_LEN]; local
1010 ipaddress, &port)) {
1018 infof(data, " Trying %s...\n", ipaddress);
    [all...]
  /libcore/ojluni/src/main/native/
net_util.c 210 jbyteArray ipaddress; local
310 jbyteArray ipaddress; local
net_util_md.c 763 jbyteArray ipaddress; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 247 if (staticConfig != null && staticConfig.ipAddress != null) {
249 staticConfig.ipAddress.getAddress().getHostAddress());
    [all...]

Completed in 573 milliseconds