Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DTCPSocket.cpp219 SocketAddress listen_address = address; in Listen() local
220 if(!listen_address.IsLocalhost()) in Listen()
221 listen_address.SetToAnyAddress(address.GetFamily(), host_port->port); in Listen()
223 listen_address.SetPort(host_port->port); in Listen()
226 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen()
/openbsd/usr.bin/ssh/
H A Dclientloop.c1682 char *listen_address, *originator_address; in client_request_forwarded_tcpip() local
1687 if ((r = sshpkt_get_cstring(ssh, &listen_address, NULL)) != 0 || in client_request_forwarded_tcpip()
1695 listen_address, listen_port, originator_address, originator_port); in client_request_forwarded_tcpip()
1703 listen_address, listen_port, "forwarded-tcpip", in client_request_forwarded_tcpip()
1719 (r = sshbuf_put_cstring(b, listen_address)) != 0 || in client_request_forwarded_tcpip()
1732 free(listen_address); in client_request_forwarded_tcpip()