Home
last modified time | relevance | path

Searched refs:ip_address (Results 1 – 25 of 45) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_ipaddress.py642 self.assertFactoryError(ipaddress.ip_address, "address")
790 v4addr = ipaddress.ip_address('1.1.1.1')
792 v6addr = ipaddress.ip_address('::1')
1014 address = ipaddress.ip_address
1434 (ipaddress.ip_address('1.1.1.1'),
1435 ipaddress.ip_address('::1')),
1449 ip1 = ipaddress.ip_address('1.1.1.0')
1450 ip2 = ipaddress.ip_address('1.1.1.255')
1468 ip2 = ipaddress.ip_address('1.1.1.8')
1478 ip1 = ipaddress.ip_address('1::')
[all …]
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc67 req->client_start.local_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy()
71 req->client_start.remote_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy()
89 req->server_start.local_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy()
93 req->server_start.remote_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy()
252 static void set_endpoint(grpc_gcp_endpoint* endpoint, const char* ip_address, in set_endpoint() argument
254 grpc_slice* slice = create_slice(ip_address, strlen(ip_address)); in set_endpoint()
255 endpoint->ip_address.arg = slice; in set_endpoint()
256 endpoint->ip_address.funcs.encode = encode_string_or_bytes_cb; in set_endpoint()
291 grpc_gcp_handshaker_req* req, const char* ip_address, size_t port, in grpc_gcp_handshaker_req_set_local_endpoint() argument
293 if (req == nullptr || ip_address == nullptr || port > 65535 || in grpc_gcp_handshaker_req_set_local_endpoint()
[all …]
Dalts_handshaker_service_api.h194 grpc_gcp_handshaker_req* req, const char* ip_address, size_t port,
211 grpc_gcp_handshaker_req* req, const char* ip_address, size_t port,
Dhandshaker.pb.c13 … PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_gcp_Endpoint, ip_address, ip_address, 0),
14 PB_FIELD( 2, INT32 , OPTIONAL, STATIC , OTHER, grpc_gcp_Endpoint, port, ip_address, 0),
/external/python/cpython3/Doc/howto/
Dipaddress.rst52 to use the :func:`ipaddress.ip_address` factory function, which automatically
56 >>> ipaddress.ip_address('192.0.2.1')
58 >>> ipaddress.ip_address('2001:DB8::1')
64 >>> ipaddress.ip_address(3221225985)
66 >>> ipaddress.ip_address(42540766411282592856903984951653826561)
73 >>> ipaddress.ip_address(1)
165 >>> addr4 = ipaddress.ip_address('192.0.2.1')
166 >>> addr6 = ipaddress.ip_address('2001:db8::1')
261 >>> addr4 = ipaddress.ip_address('192.0.2.1')
274 >>> ipaddress.ip_address('192.0.2.1') < ipaddress.ip_address('192.0.2.2')
[all …]
/external/autotest/client/cros/tendo/n_faced_peerd/
Dn_faced_peerd_main.py37 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)
Dmanager.py33 def __init__(self, bus, ip_address, on_service_modified, unique_name, argument
53 self._ip_address = ip_address
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc40 req->client_start.local_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
42 req->client_start.remote_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
57 req->server_start.local_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
59 req->server_start.remote_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
375 if (!((l_end->ip_address.arg != nullptr) != in handshaker_endpoint_equals()
376 (r_end->ip_address.arg != nullptr))) { in handshaker_endpoint_equals()
377 if (l_end->ip_address.arg != nullptr) { in handshaker_endpoint_equals()
378 result &= slice_equals(static_cast<grpc_slice*>(l_end->ip_address.arg), in handshaker_endpoint_equals()
379 static_cast<grpc_slice*>(r_end->ip_address.arg)); in handshaker_endpoint_equals()
/external/autotest/client/site_tests/network_ChromeWifiTDLS/
Dnetwork_ChromeWifiTDLS.py22 def _enable_tdls(self, ip_address): argument
28 ('"' + ip_address + '"', enable))
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
Dload_balancer.pb.c57 … PB_FIELD( 1, BYTES , OPTIONAL, STATIC , FIRST, grpc_lb_v1_Server, ip_address, ip_address, 0),
58 PB_FIELD( 2, INT32 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_Server, port, ip_address, 0),
Dload_balancer.pb.h63 grpc_lb_v1_Server_ip_address_t ip_address; member
/external/webrtc/webrtc/test/channel_transport/
Dchannel_transport.cc77 int VoiceChannelTransport::SetSendDestination(const char* ip_address, in SetSendDestination() argument
79 return socket_transport_->InitializeSendSockets(ip_address, rtp_port); in SetSendDestination()
Dchannel_transport.h45 int SetSendDestination(const char* ip_address, uint16_t rtp_port);
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc322 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) { in IsInNetEx() argument
325 if (RemoveChars(ip_address, " \t", &cleaned_ip_address)) in IsInNetEx()
327 if (!ParseIPLiteralToNumber(ip_address, &address)) in IsInNetEx()
624 std::string ip_address; in DnsResolveCallback() local
629 success = context->js_bindings_->DnsResolve(hostname, &ip_address); in DnsResolveCallback()
633 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address)); in DnsResolveCallback()
694 std::string ip_address = V8StringToUTF8(args[0]->ToString()); in IsInNetExCallback() local
696 args.GetReturnValue().Set(IsInNetEx(ip_address, ip_prefix)); in IsInNetExCallback()
/external/autotest/client/site_tests/network_FirewallHolePunch/
Dnetwork_FirewallHolePunch.py61 (self.ip_address, self.port))
90 self.ip_address = ethernet.ipv4_address
/external/tcpdump/
Dprint-hncp.c751 const char *ip_address; in hncp_print_rec() local
757 ip_address = format_ip6addr(ndo, value + 4); in hncp_print_rec()
760 ip_address in hncp_print_rec()
768 const char *ip_address; in hncp_print_rec() local
774 ip_address = format_ip6addr(ndo, value); in hncp_print_rec()
776 ip_address, in hncp_print_rec()
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dgce_cluster_resolver.py140 ip_address = instance_details['networkInterfaces'][0]['networkIP']
141 instance_url = '%s:%s' % (ip_address, self._port)
/external/grpc-grpc/test/cpp/grpclb/
Dgrpclb_api_test.cc110 EXPECT_EQ(PackedStringToIp(c_serverlist->servers[0]->ip_address), in TEST_F()
117 EXPECT_EQ(PackedStringToIp(c_serverlist->servers[1]->ip_address), "10.0.0.1"); in TEST_F()
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_balancer.options3 grpc.lb.v1.Server.ip_address max_size:16
/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv52 howto/ipaddress,,:DB8,>>> ipaddress.ip_address('2001:DB8::1')
53 howto/ipaddress,,::,>>> ipaddress.ip_address('2001:DB8::1')
65 howto/ipaddress,,:db8,>>> addr6 = ipaddress.ip_address('2001:db8::1')
66 howto/ipaddress,,::,>>> addr6 = ipaddress.ip_address('2001:db8::1')
141 library/ipaddress,,:db8,>>> ipaddress.ip_address('2001:db8::')
142 library/ipaddress,,::,>>> ipaddress.ip_address('2001:db8::')
149 library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
150 library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
/external/libbrillo/brillo/http/
Dhttp_transport.h88 virtual void SetLocalIpAddress(const std::string& ip_address) = 0;
Dhttp_transport_curl.h62 void SetLocalIpAddress(const std::string& ip_address) override;
Dhttp_transport_curl.cc273 void Transport::SetLocalIpAddress(const std::string& ip_address) { in SetLocalIpAddress() argument
274 ip_address_ = "host!" + ip_address; in SetLocalIpAddress()
/external/chromium-libpac/test/
Dproxy_resolver_v8_unittest.cc27 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/
Dcil_network_labeling_statements.md17 (ipaddr ipaddr_id ip_address)
36 <td align="left"><p><code>ip_address</code></p></td>

12