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

/freebsd-13-stable/libexec/rbootd/
H A Dutils.c92 * Since we will be working with RmpConns as well as DbgFp, we
431 ** connections will be free'd; `RmpConns' will be set to NULL.
442 while (RmpConns != NULL) {
443 rtmp = RmpConns;
444 RmpConns = RmpConns->next;
472 if (RmpConns != NULL)
473 rconn->next = RmpConns;
474 RmpConns = rconn;
501 for (rtmp = RmpConns; rtm
[all...]
H A Dconf.c89 RMPCONN *RmpConns = NULL; /* list of active connections */ variable
H A Ddefs.h148 extern RMPCONN *RmpConns; /* list of active connections */
H A Drbootd.c232 if (RmpConns == NULL) { /* timeout isn't necessary */
305 ** - Timed out connections in `RmpConns' will be freed.
318 for (rtmp = RmpConns; rtmp != NULL; rtmp = rtmp->next)

Completed in 70 milliseconds