Home
last modified time | relevance | path

Searched refs:host_address (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/backends/
Dandroid_rndis.py259 _, host_address = self._GetHostAddresses(host_iface)
260 return bool(host_address)
264 addresses, host_address = self._GetHostAddresses(host_iface)
265 assert host_address, 'Interface %s could not be configured.' % host_iface
268 host_ip, netmask = _IpPrefix2AddressMask(host_address)
278 % (host_address, host_iface)
289 (host_address, host_iface))
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport_unittest.cc226 talk_base::SocketAddress host_address("www.google.com", 24601); in TEST_F() local
227 host_address.SetResolvedIP(talk_base::IPAddress(0x0A000001)); in TEST_F()
229 "", 3, "spdy", host_address, 1476395008, "yzabcd", in TEST_F()
/external/dnsmasq/src/
Dcache.c1036 struct in_addr *host_address, time_t ttd) in cache_add_dhcp_entry() argument
1048 if (crec->addr.addr.addr.addr4.s_addr != host_address->s_addr) in cache_add_dhcp_entry()
1054 host_name, inet_ntoa(*host_address), in cache_add_dhcp_entry()
1073 if ((crec = cache_find_by_addr(NULL, (struct all_addr *)host_address, 0, F_IPV4))) in cache_add_dhcp_entry()
1076 cache_scan_free(NULL, (struct all_addr *)host_address, 0, F_IPV4 | F_REVERSE); in cache_add_dhcp_entry()
1094 crec->addr.addr.addr.addr4 = *host_address; in cache_add_dhcp_entry()
Ddnsmasq.h704 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd);