Home
last modified time | relevance | path

Searched refs:sockcount (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/
Dsvr-main.c33 static size_t listensockets(int *sock, size_t sockcount, int *maxfd);
395 static size_t listensockets(int *sock, size_t sockcount, int *maxfd) { in listensockets() argument
409 sockcount - sockpos, in listensockets()
Ddbutil.h51 int *socks, unsigned int sockcount, char **errstring, int *maxfd);
Ddbutil.c187 int *socks, unsigned int sockcount, char **errstring, int *maxfd) { in dropbear_listen() argument
234 for (res = res0; res != NULL && nsock < sockcount; in dropbear_listen()