Searched defs:rpc_message (Results 1 – 1 of 1) sorted by relevance
25 struct rpc_message { struct26 const struct rpc_procinfo *rpc_proc; /* Procedure information */27 void * rpc_argp; /* Arguments */28 void * rpc_resp; /* Result */29 const struct cred * rpc_cred; /* Credentials */111 const struct rpc_message *rpc_message; member
Completed in 4 milliseconds