Home
last modified time | relevance | path

Searched refs:listen_address (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DTCPSocket.cpp216 SocketAddress listen_address = address; in Listen() local
217 if(!listen_address.IsLocalhost()) in Listen()
218 listen_address.SetToAnyAddress(address.GetFamily(), port); in Listen()
220 listen_address.SetPort(port); in Listen()
223 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/rpc/
Dgrpc_channelz.py107 listen_address: Address = listen_socket.local
108 if (self.is_sock_tcpip_address(listen_address) and
109 listen_address.tcpip_address.port == port):
/external/openssh/
Dclientloop.c1486 char *listen_address, *originator_address; in client_request_forwarded_tcpip() local
1491 if ((r = sshpkt_get_cstring(ssh, &listen_address, NULL)) != 0 || in client_request_forwarded_tcpip()
1499 listen_address, listen_port, originator_address, originator_port); in client_request_forwarded_tcpip()
1507 listen_address, listen_port, "forwarded-tcpip", in client_request_forwarded_tcpip()
1523 (r = sshbuf_put_cstring(b, listen_address)) != 0 || in client_request_forwarded_tcpip()
1537 free(listen_address); in client_request_forwarded_tcpip()
/external/cros/system_api/dbus/seneschal/
Dseneschal_service.proto64 oneof listen_address { oneof