OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsocks
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
listener.h
34
unsigned int
nsocks
;
member in struct:Listener
53
struct Listener* new_listener(int socks[], unsigned int
nsocks
,
tcp-accept.c
105
int
nsocks
;
local
121
nsocks
= dropbear_listen(listen_spec, portstring, socks,
123
if (
nsocks
< 0) {
132
listener = new_listener(socks,
nsocks
, CHANNEL_ID_TCPFORWARDED, tcpinfo,
Completed in 72 milliseconds