HomeSort by: relevance | last modified time | path
    Searched defs:CLIENT (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rbootd/
defs.h 111 } CLIENT;
144 extern CLIENT *Clients; /* list of addrs we'll accept */
162 CLIENT *FindClient(RMPCONN *);
169 CLIENT *NewClient(u_int8_t *);
174 void ProcessPacket(RMPCONN *, CLIENT *);
  /src/include/rpc/
clnt.h 36 * clnt.h - Client side remote procedure call interface.
137 * Client rpc handle.
139 * Client is responsible for initializing auth, see e.g. auth_none.c.
165 } CLIENT;
191 * client side rpc interface ops
200 * CLIENT *rh;
220 * CLIENT *rh;
228 * CLIENT *rh;
237 * CLIENT *rh;
247 * CLIENT *cl
    [all...]

Completed in 11 milliseconds