/aosp_15_r20/external/cronet/net/socket/ |
H A D | udp_socket_unittest.cc | 633 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 D | udp_socket_perftest.cc | 113 IPEndPoint bind_address; in WriteBenchmark() local
|
H A D | tcp_client_socket.cc | 163 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__.py | 29 bind_address="localhost", argument 84 bind_address="localhost", argument
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | async_udp_socket.cc | 33 const SocketAddress& bind_address) { in Create() 43 const SocketAddress& bind_address) { in Create()
|
H A D | async_tcp_socket.cc | 50 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 D | server.py | 63 def _run_server(bind_address): argument
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
H A D | _tcp_proxy.py | 44 def __init__(self, bind_address, gateway_address, gateway_port): argument
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | async_stun_tcp_socket.cc | 45 const rtc::SocketAddress& bind_address, in Create()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | dedicated_web_transport_http3_client_test.cc | 229 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 D | moqt_ingestion_server_bin.cc | 238 quiche::QuicheIpAddress bind_address; in main() local
|
/aosp_15_r20/external/iperf3/src/ |
H A D | iperf_locale.c | 231 const char bind_address[] = variable
|
H A D | iperf.h | 259 char *bind_address; /* first -B option */ member
|
/aosp_15_r20/external/libevent/ |
H A D | http-internal.h | 61 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 D | event_loop_connecting_client_socket_test.cc | 248 QuicSocketAddress bind_address(quiche::TestLoopback(), /*port=*/0); in CreateListeningServerSocket() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_socket.py | 566 def _get_unused_port(self, bind_address='0.0.0.0'): argument
|