/external/autotest/client/cros/tendo/n_faced_peerd/ |
D | n_faced_peerd_main.py | 37 def __init__(self, num_instances, ip_address): argument 58 bus, ip_address, self._on_service_modified, unique_name, om)) 116 n_faces = NFacedPeerd(args.num_instances, args.ip_address)
|
D | manager.py | 33 def __init__(self, bus, ip_address, on_service_modified, unique_name, argument 53 self._ip_address = ip_address
|
/external/autotest/client/site_tests/network_ChromeWifiTDLS/ |
D | network_ChromeWifiTDLS.py | 22 def _enable_tdls(self, ip_address): argument 28 ('"' + ip_address + '"', enable))
|
/external/webrtc/webrtc/test/channel_transport/ |
D | channel_transport.cc | 77 int VoiceChannelTransport::SetSendDestination(const char* ip_address, in SetSendDestination() argument 79 return socket_transport_->InitializeSendSockets(ip_address, rtp_port); in SetSendDestination()
|
D | channel_transport.h | 45 int SetSendDestination(const char* ip_address, uint16_t rtp_port);
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | ibft.c | 261 ibft_set_ipaddr_option ( &nic->ip_address, &ip_setting ); in ibft_fill_nic() 262 DBG ( "iBFT NIC IP = %s\n", ibft_ipaddr ( &nic->ip_address ) ); in ibft_fill_nic() 401 ibft_set_ipaddr ( &target->ip_address, sin_target->sin_addr ); in ibft_fill_target() 402 DBG ( "iBFT target IP = %s\n", ibft_ipaddr ( &target->ip_address ) ); in ibft_fill_target()
|
/external/chromium-libpac/src/ |
D | proxy_resolver_v8.cc | 324 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { in IsInNetEx() argument 327 if (RemoveChars(ip_address, " \t", &cleaned_ip_address)) in IsInNetEx() 329 if (!ParseIPLiteralToNumber(ip_address, &address)) in IsInNetEx() 631 std::string ip_address; in DnsResolveCallback() local 636 success = context->js_bindings_->DnsResolve(hostname, &ip_address); in DnsResolveCallback() 640 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address)); in DnsResolveCallback() 701 std::string ip_address = V8StringToUTF8(args[0]->ToString()); in IsInNetExCallback() local 703 args.GetReturnValue().Set(IsInNetEx(ip_address, ip_prefix)); in IsInNetExCallback()
|
/external/autotest/client/site_tests/network_FirewallHolePunch/ |
D | network_FirewallHolePunch.py | 61 (self.ip_address, self.port)) 90 self.ip_address = ethernet.ipv4_address
|
/external/syslinux/gpxe/src/arch/i386/include/gpxe/ |
D | ibft.h | 163 struct ibft_ipaddr ip_address; member 207 struct ibft_ipaddr ip_address; member
|
/external/tcpdump/ |
D | print-hncp.c | 743 const char *ip_address; in hncp_print_rec() local 749 ip_address = format_ip6addr(ndo, value + 4); in hncp_print_rec() 752 ip_address in hncp_print_rec() 760 const char *ip_address; in hncp_print_rec() local 766 ip_address = format_ip6addr(ndo, value); in hncp_print_rec() 768 ip_address, in hncp_print_rec()
|
/external/chromium-libpac/test/ |
D | proxy_resolver_v8_unittest.cc | 27 virtual bool MyIpAddress(std::string* ip_address) { in MyIpAddress() argument 29 *ip_address = my_ip_address_result; in MyIpAddress() 39 virtual bool DnsResolve(const std::string& host, std::string* ip_address) { in DnsResolve() argument 41 *ip_address = dns_resolve_result; in DnsResolve()
|
/external/selinux/secilc/docs/ |
D | cil_network_labeling_statements.md | 17 (ipaddr ipaddr_id ip_address) 36 <td align="left"><p><code>ip_address</code></p></td>
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 807 def add_arp_entry(self, ip_address, mac_address): argument 816 (ip_address, mac_address, self.wifi_if))
|
/external/lisa/ipynb/examples/energy_meter/ |
D | EnergyMeter_ACME.ipynb | 101 " #'ip_address' : 'baylibre-acme.local',\n",
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 302 host name responding to the given *ip_address*, *aliaslist* is a (possibly 324 .. function:: gethostbyaddr(ip_address) 327 primary host name responding to the given *ip_address*, *aliaslist* is a
|
/external/libmtp/src/ |
D | ptp.c | 3472 test.ip_address = 10 + 11 << 16 + 11 << 24; in ptp_nikon_getwifiprofilelist() 3546 memcpy(&buffer[0x3A],&profile->ip_address,sizeof(profile->ip_address)); in ptp_nikon_writewifiprofile()
|
D | ptp.h | 1285 uint32_t ip_address; member
|
/external/lisa/ipynb/releases/ |
D | ReleaseNotes_v16.10.ipynb | 620 " #'ip_address' : 'baylibre-acme.local',\n", 702 " #'ip_address' : 'baylibre-acme.local',\n",
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | httpd.log | 3266 …sg } for msgtype=method_call interface=com.redhat.dhcp.dbus.get member=ip_address dest=com.redhat.… 3267 … } for msgtype=method_return interface=com.redhat.dhcp.dbus.get member=ip_address dest=:1.6 spid=8…
|