OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listen_tcpfwd
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
tcpfwd.h
66
int
listen_tcpfwd
(struct TCPListener* tcpinfo);
tcp-accept.c
100
int
listen_tcpfwd
(struct TCPListener* tcpinfo) {
function
110
TRACE(("enter
listen_tcpfwd
"))
126
TRACE(("leave
listen_tcpfwd
: dropbear_listen failed"))
136
TRACE(("leave
listen_tcpfwd
: listener failed"))
140
TRACE(("leave
listen_tcpfwd
: success"))
cli-tcpfwd.c
112
ret =
listen_tcpfwd
(tcpinfo);
svr-tcpfwd.c
213
ret =
listen_tcpfwd
(tcpinfo);
Completed in 24 milliseconds