OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCPListener
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
tcpfwd.h
29
struct
TCPListener
{
66
int listen_tcpfwd(struct
TCPListener
* tcpinfo);
tcp-accept.c
39
struct
TCPListener
*tcpinfo = (struct
TCPListener
*)(listener->typedata);
52
struct
TCPListener
*tcpinfo = (struct
TCPListener
*)(listener->typedata);
100
int listen_tcpfwd(struct
TCPListener
* tcpinfo) {
svr-tcpfwd.c
129
const struct
TCPListener
*info1 = (struct
TCPListener
*)typedata1;
130
const struct
TCPListener
*info2 = (struct
TCPListener
*)typedata2;
144
struct
TCPListener
tcpinfo;
177
struct
TCPListener
*tcpinfo = NULL;
205
tcpinfo = (struct
TCPListener
*)m_malloc(sizeof(struct
TCPListener
));
cli-tcpfwd.c
91
struct
TCPListener
* tcpinfo = NULL;
97
tcpinfo = (struct
TCPListener
*)m_malloc(sizeof(struct
TCPListener
));
Completed in 2048 milliseconds