Home | History | Annotate | Download | only in rbootd

Lines Matching defs:client

222 			CLIENT *client;
235 * client to NULL (ProcessPacket() handles
241 client = NULL;
242 } else if ((client=FindClient(&rconn))==NULL) {
250 ProcessPacket(&rconn,client);
291 ** FindClient -- Find client associated with a packet.
297 ** Pointer to client info if found, NULL otherwise.
307 CLIENT *
310 CLIENT *ctmp;