Searched defs:rpc_procinfo (Results 1 – 1 of 1) sorted by relevance
122 struct rpc_procinfo { struct123 u32 p_proc; /* RPC procedure number */124 kxdreproc_t p_encode; /* XDR encode function */125 kxdrdproc_t p_decode; /* XDR decode function */126 unsigned int p_arglen; /* argument hdr length (u32) */127 unsigned int p_replen; /* reply hdr length (u32) */128 unsigned int p_timer; /* Which RTT timer to use */129 u32 p_statidx; /* Which procedure to account */130 const char * p_name; /* name of procedure */