Home
last modified time | relevance | path

Searched refs:CreateUDPSocketAndListen (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_spdy_server_base.h22 virtual bool CreateUDPSocketAndListen(const QuicSocketAddress& address) = 0;
H A Dweb_transport_test_server.cc87 if (!server.CreateUDPSocketAndListen(addr)) { in Main()
H A Dquic_server.h58 bool CreateUDPSocketAndListen(const QuicSocketAddress& address) override;
H A Dquic_toy_server.cc147 if (!server->CreateUDPSocketAndListen(quic::QuicSocketAddress( in Start()
H A Dquic_server_test.cc100 server_.CreateUDPSocketAndListen(server_address_); in StartListening()
H A Dquic_server.cc114 bool QuicServer::CreateUDPSocketAndListen(const QuicSocketAddress& address) { in CreateUDPSocketAndListen() function in quic::QuicServer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
H A Dmasque_server_bin.cc83 if (!server->CreateUDPSocketAndListen(quic::QuicSocketAddress( in main()
/aosp_15_r20/external/cronet/net/tools/quic/
H A Dquic_simple_server.h54 bool CreateUDPSocketAndListen(
H A Dquic_simple_server.cc93 bool QuicSimpleServer::CreateUDPSocketAndListen( in CreateUDPSocketAndListen() function in net::QuicSimpleServer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/tools/
H A Dmoqt_end_to_end_test.cc49 bool success = server_.quic_server().CreateUDPSocketAndListen( in MoqtEndToEndTest()
H A Dmoqt_ingestion_server_bin.cc241 server.quic_server().CreateUDPSocketAndListen(quic::QuicSocketAddress( in main()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dserver_thread.cc32 if (!server_->CreateUDPSocketAndListen(address_)) { in Initialize()
/aosp_15_r20/external/cronet/net/quic/
H A Ddedicated_web_transport_http3_client_test.cc163 ASSERT_TRUE(server_->CreateUDPSocketAndListen( in StartServer()