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

/external/dropbear/
H A Dsvr-main.c122 int childpipes[MAX_UNAUTH_CLIENTS]; local
162 childpipes[i] = -1;
188 if (childpipes[i] >= 0) {
189 FD_SET(childpipes[i], &fds);
190 maxsock = MAX(maxsock, childpipes[i]);
216 if (childpipes[i] >= 0 && FD_ISSET(childpipes[i], &fds)) {
217 m_close(childpipes[i]);
218 childpipes[i] = -1;
252 if (childpipes[
[all...]

Completed in 131 milliseconds