Home
last modified time | relevance | path

Searched defs:bind_address (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dudp_socket_unittest.cc633 IPEndPoint bind_address(IPAddress::IPv4Localhost(), 0); in TEST_F() local
648 IPEndPoint bind_address(IPAddress::IPv4Localhost(), 0); in TEST_F() local
689 IPEndPoint bind_address; in TEST_F() local
717 IPEndPoint bind_address(IPAddress::IPv4Localhost(), 0); in TEST_F() local
744 IPEndPoint bind_address(IPAddress::AllZeros(group_ip.size()), 0 /* port */); in TEST_F() local
746 IPEndPoint bind_address(group_ip, 0 /* port */); in TEST_F() local
834 IPEndPoint bind_address; in TEST_F() local
860 IPEndPoint bind_address; in TEST_F() local
1149 IPEndPoint bind_address) { in OpenedDscpTestClient()
1159 IPEndPoint bind_address; in ConnectedDscpTestClient() local
[all …]
H A Dudp_socket_perftest.cc113 IPEndPoint bind_address; in WriteBenchmark() local
H A Dtcp_client_socket.cc163 std::unique_ptr<IPEndPoint> bind_address, in TCPClientSocket()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
H A D__init__.py29 bind_address="localhost", argument
84 bind_address="localhost", argument
/aosp_15_r20/external/webrtc/rtc_base/
H A Dasync_udp_socket.cc33 const SocketAddress& bind_address) { in Create()
43 const SocketAddress& bind_address) { in Create()
H A Dasync_tcp_socket.cc50 const rtc::SocketAddress& bind_address, in ConnectSocket()
247 const SocketAddress& bind_address, in Create()
/aosp_15_r20/external/grpc-grpc/examples/python/multiprocessing/
H A Dserver.py63 def _run_server(bind_address): argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_tcp_proxy.py44 def __init__(self, bind_address, gateway_address, gateway_port): argument
/aosp_15_r20/external/webrtc/p2p/base/
H A Dasync_stun_tcp_socket.cc45 const rtc::SocketAddress& bind_address, in Create()
/aosp_15_r20/external/cronet/net/quic/
H A Ddedicated_web_transport_http3_client_test.cc229 IPEndPoint bind_address(IPAddress::IPv6AllZeros(), port_); in TEST_F() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/tools/
H A Dmoqt_ingestion_server_bin.cc238 quiche::QuicheIpAddress bind_address; in main() local
/aosp_15_r20/external/iperf3/src/
H A Diperf_locale.c231 const char bind_address[] = variable
H A Diperf.h259 char *bind_address; /* first -B option */ member
/aosp_15_r20/external/libevent/
H A Dhttp-internal.h61 char *bind_address; /* address to use for binding the src */ member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/io/
H A Devent_loop_connecting_client_socket_test.cc248 QuicSocketAddress bind_address(quiche::TestLoopback(), /*port=*/0); in CreateListeningServerSocket() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_socket.py566 def _get_unused_port(self, bind_address='0.0.0.0'): argument