OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listenaddr
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
tcpfwd.h
39
unsigned char *
listenaddr
;
member in struct:TCPListener
tcp-accept.c
42
m_free(tcpinfo->
listenaddr
);
80
addr = tcpinfo->
listenaddr
;
115
/* a
listenaddr
of "" will indicate all interfaces */
117
&& (strcmp(tcpinfo->
listenaddr
, "localhost") != 0) ) {
118
listen_spec = tcpinfo->
listenaddr
;
svr-tcpfwd.c
134
&& (strcmp(info1->
listenaddr
, info2->
listenaddr
) == 0);
158
tcpinfo.
listenaddr
= bindaddr;
208
tcpinfo->
listenaddr
= bindaddr;
cli-tcpfwd.c
103
tcpinfo->
listenaddr
= m_strdup("");
105
tcpinfo->
listenaddr
= m_strdup("localhost");
Completed in 28 milliseconds