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

  /src/usr.sbin/rbootd/
conf.c 88 CLIENT *Clients = NULL; /* list of addrs we'll accept */
parseconf.c 68 ** ParseConfig -- parse the config file into linked list of clients.
77 ** - Linked list of clients will be (re)allocated.
97 FreeClients(); /* delete old list of clients */
107 * dealing with the linked list of Clients. This can be done
204 * Link this client into the linked list of clients.
207 if (Clients)
208 client->next = Clients;
209 Clients = client;
utils.c 289 ** FreeClients -- free linked list of Clients.
299 ** CLIENTS will be free'd; `Clients' will be set to NULL.
309 while (Clients != NULL) {
310 ctmp = Clients;
311 Clients = Clients->next;
defs.h 144 extern CLIENT *Clients; /* list of addrs we'll accept */
rbootd.c 312 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next)
355 ** - List of clients is changed.
  /src/usr.sbin/sysinst/
msg.mi.de 935 {X11 Basis und Clients}

Completed in 36 milliseconds