HomeSort by relevance Sort by last modified time
    Searched refs:nsocks (Results 1 - 3 of 3) 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,
listener.c 48 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,
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++) {
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 82 milliseconds