Searched defs:rpc_procinfo (Results 1 – 1 of 1) sorted by relevance
91 struct rpc_procinfo { struct92 u32 p_proc; /* RPC procedure number */93 kxdreproc_t p_encode; /* XDR encode function */94 kxdrdproc_t p_decode; /* XDR decode function */95 unsigned int p_arglen; /* argument hdr length (u32) */96 unsigned int p_replen; /* reply hdr length (u32) */97 unsigned int p_count; /* call count */98 unsigned int p_timer; /* Which RTT timer to use */99 u32 p_statidx; /* Which procedure to account */100 char * p_name; /* name of procedure */