Searched refs:nsocks (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/
H A Dlistener.h34 unsigned int nsocks; member in struct:Listener
53 struct Listener* new_listener(int socks[], unsigned int nsocks,
H A Dlistener.c48 for (j = 0; j < listener->nsocks; j++) {
66 for (j = 0; j < listener->nsocks; j++) {
79 struct Listener* new_listener(int socks[], unsigned int nsocks, argument
97 for (j = 0; j < nsocks; j++) {
114 for (j = 0; j < nsocks; j++) {
124 newlisten->nsocks = nsocks;
125 memcpy(newlisten->socks, socks, nsocks * sizeof(int));
159 for (j = 0; j < listener->nsocks; j++) {
H A Dtcp-accept.c105 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 77 milliseconds