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

/freebsd-10-stable/libexec/rbootd/
H A Dconf.c86 CLIENT *Clients = NULL; /* list of addrs we'll accept */ variable
H A Dparseconf.c105 * dealing with the linked list of Clients. This can be done
205 if (Clients)
206 client->next = Clients;
207 Clients = client;
H A Dutils.c287 ** FreeClient -- free linked list of Clients.
297 ** CLIENTS will be free'd; `Clients' will be set to NULL.
307 while (Clients != NULL) {
308 ctmp = Clients;
309 Clients = Clients->next;
H A Ddefs.h145 extern CLIENT *Clients; /* list of addrs we'll accept */
H A Drbootd.c346 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next)

Completed in 58 milliseconds