Home
last modified time | relevance | path

Searched defs:client_address (Results 1 – 25 of 42) sorted by relevance

12

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_dispatcher_test.cc498 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in VerifyVersionSupported() local
517 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in VerifyVersionNotSupported() local
579 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TEST_P() local
609 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TEST_P() local
637 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TestTlsMultiPacketClientHello() local
716 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TEST_P() local
759 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TEST_P() local
785 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TEST_P() local
801 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TEST_P() local
815 QuicSocketAddress client_address(QuicIpAddress::Loopback4(), 1); in TEST_P() local
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dfake_proof_source.cc25 const QuicSocketAddress& client_address, std::string hostname, in GetProofOp()
49 const QuicSocketAddress& client_address, std::string hostname, in ComputeSignatureOp()
72 const QuicSocketAddress& client_address, const std::string& hostname, in GetProof()
90 const QuicSocketAddress& client_address, in GetCertChain()
99 const QuicSocketAddress& client_address, const std::string& hostname, in ComputeTlsSignature()
Dfake_proof_source_handle.cc41 const QuicSocketAddress& client_address, const std::string& hostname, in ComputeSignatureNow()
72 const QuicSocketAddress& client_address, in SelectCertificate()
120 const QuicSocketAddress& client_address, const std::string& hostname, in ComputeSignature()
Dfake_proof_source_handle.h91 QuicSocketAddress client_address; member
116 QuicSocketAddress client_address; member
/external/python/cpython2/Lib/
DSocketServer.py304 def verify_request(self, request, client_address): argument
312 def process_request(self, request, client_address): argument
329 def finish_request(self, request, client_address): argument
341 def handle_error(self, request, client_address): argument
556 def process_request(self, request, client_address): argument
589 def process_request_thread(self, request, client_address): argument
602 def process_request(self, request, client_address): argument
646 def __init__(self, request, client_address, server): argument
/external/python/cpython3/Lib/
Dsocketserver.py333 def verify_request(self, request, client_address): argument
341 def process_request(self, request, client_address): argument
358 def finish_request(self, request, client_address): argument
370 def handle_error(self, request, client_address): argument
601 def process_request(self, request, client_address): argument
676 def process_request_thread(self, request, client_address): argument
689 def process_request(self, request, client_address): argument
741 def __init__(self, request, client_address, server): argument
/external/cronet/net/tools/testserver/
Dtestserver_base.py62 def verify_request(self, _request, client_address): argument
72 def handle_error(self, request, client_address): argument
117 def __init__(self, request, client_address, socket_server, argument
Dtestserver.py86 def __init__(self, request, client_address, socket_server): argument
/external/cronet/net/tools/quic/
Dquic_simple_server_session_helper.cc18 const quic::QuicSocketAddress& client_address, in CanAcceptClientHello()
/external/cronet/net/quic/crypto/
Dproof_source_chromium.cc152 const quic::QuicSocketAddress& client_address, in GetCertChain()
169 const quic::QuicSocketAddress& client_address, in ComputeTlsSignature()
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
Dqbone_session_test.cc79 const QuicSocketAddress& client_address, in GetProof()
99 const QuicSocketAddress& client_address, const std::string& hostname, in GetCertChain()
110 const QuicSocketAddress& client_address, const std::string& hostname, in ComputeTlsSignature()
312 QuicSocketAddress client_address; in CreateClientAndServerSessions() local
Dqbone_server_session.cc20 const CryptoHandshakeMessage& chlo, const QuicSocketAddress& client_address, in CanAcceptClientHello()
/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
Dmasque_utils.cc54 int CreateTunInterface(const QuicIpAddress& client_address, bool server) { in CreateTunInterface()
/external/python/cpython3/Lib/test/
Dtest_socketserver.py106 def handle_error(self, request, client_address): argument
360 def handle_error(self, request, client_address): argument
488 def verify_request(self, request, client_address): argument
/external/openscreen/third_party/chromium_quic/demo/
Dserver.cc76 struct sockaddr_in client_address; in main() local
/external/python/cpython2/Lib/test/
Dtest_socketserver.py134 def handle_error(self, request, client_address): argument
352 def verify_request(self, request, client_address): argument
Dtest_imaplib.py108 def handle_error(self, request, client_address): argument
/external/wpa_supplicant_8/hostapd/aidl/
Dhostapd.cpp747 const std::vector<uint8_t>& client_address, in forceStaDisconnection()
875 const std::string& iface_name, const std::vector<uint8_t>& client_address, in forceClientDisconnect()
1137 const std::vector<uint8_t>& client_address, Ieee80211ReasonCode reason_code) in forceClientDisconnectInternal()
/external/clang/tools/scan-view/share/
DScanView.py169 def finish_request(self, request, client_address): argument
175 def handle_error(self, request, client_address): argument
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py150 def handle_error(self, request, client_address): argument
156 def finish_request(self, request, client_address): argument
244 def handle_error(self, request, client_address): argument
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_client_default_network_helper.cc77 QuicSocketAddress client_address; in CreateUDPSocketAndBind() local
/external/python/cpython2/Lib/idlelib/
Drun.py245 def handle_error(self, request, client_address): argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_server_config.h581 const QuicSocketAddress& client_address, ParsedQuicVersion version, in ProcessClientHelloContext()
626 QuicSocketAddress client_address() const { return client_address_; } in client_address() function
Dquic_crypto_server_config.cc564 const QuicSocketAddress& client_address, in ValidateClientHello()
702 const QuicSocketAddress& client_address, ParsedQuicVersion version, in ProcessClientHello()
1077 const QuicSocketAddress& client_address = context->client_address(); in SendRejectWithFallbackConfig() local
1352 const QuicSocketAddress& client_address, const QuicClock* clock, in BuildServerConfigUpdateMessage()
/external/cronet/net/socket/
Dudp_socket_unittest.cc415 IPEndPoint client_address; in TEST_F() local
547 IPEndPoint client_address; in TEST_F() local
1363 IPEndPoint client_address; in TEST_F() local
1404 IPEndPoint client_address; in TEST_F() local

12