HomeSort by: relevance | last modified time | path
    Searched refs:RmpConns (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rbootd/
utils.c 92 * Since we will be working with RmpConns as well as DbgFp, we
430 ** connections will be free'd; `RmpConns' will be set to NULL.
441 while (RmpConns != NULL) {
442 rtmp = RmpConns;
443 RmpConns = RmpConns->next;
471 if (RmpConns != NULL)
472 rconn->next = RmpConns;
473 RmpConns = rconn;
500 for (rtmp = RmpConns; rtmp != NULL; rtmp = rtmp->next
    [all...]
conf.c 89 RMPCONN *RmpConns = NULL; /* list of active connections */
rbootd.c 208 nsel = poll(set, 1, RmpConns ? RMP_TIMEOUT * 1000 : INFTIM);
268 ** - Timed out connections in `RmpConns' will be freed.
282 for (rtmp = RmpConns; rtmp != NULL; rtmp = rtmp->next)
defs.h 145 extern RMPCONN *RmpConns; /* list of active connections */

Completed in 16 milliseconds