OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_type
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
tcpfwd.h
43
enum {direct, forwarded}
tcp_type
;
member in struct:TCPListener
tcp-accept.c
71
if (tcpinfo->
tcp_type
== direct) {
77
dropbear_assert(tcpinfo->
tcp_type
== forwarded);
cli-tcpfwd.c
110
tcpinfo->
tcp_type
= direct;
svr-tcpfwd.c
211
tcpinfo->
tcp_type
= forwarded;
Completed in 27 milliseconds