Searched refs:clients (Results 1 – 1 of 1) sorted by relevance
72 static volatile struct CLIENT *clients; variable202 CLIENT *client = (CLIENT *)clients; in rx_context()279 CLIENT *trav = (CLIENT *)clients; in rx_context()572 client->next = (CLIENT *)clients; in clnt_create()573 clients = client; in clnt_create()620 CLIENT *trav = (CLIENT *)clients, *prev = NULL; in clnt_destroy()629 clients = trav->next; in clnt_destroy()