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

/freebsd-10-stable/libexec/rbootd/
H A Dutils.c90 * Since we will be working with RmpConns as well as DbgFp, we
429 ** connections will be free'd; `RmpConns' will be set to NULL.
440 while (RmpConns != NULL) {
441 rtmp = RmpConns;
442 RmpConns = RmpConns->next;
470 if (RmpConns != NULL)
471 rconn->next = RmpConns;
472 RmpConns = rconn;
499 for (rtmp = RmpConns; rtm
[all...]
H A Dconf.c87 RMPCONN *RmpConns = NULL; /* list of active connections */ variable
H A Ddefs.h146 extern RMPCONN *RmpConns; /* list of active connections */
H A Drbootd.c230 if (RmpConns == NULL) { /* timeout isn't necessary */
303 ** - Timed out connections in `RmpConns' will be freed.
316 for (rtmp = RmpConns; rtmp != NULL; rtmp = rtmp->next)

Completed in 104 milliseconds