Searched defs:rpc_call (Results 1 – 1 of 1) sorted by relevance
107 struct rpc_call { struct108 u_int32_t rp_xid; /* request transaction id */109 int32_t rp_direction; /* call direction (0) */110 u_int32_t rp_rpcvers; /* rpc version (2) */111 u_int32_t rp_prog; /* program */112 u_int32_t rp_vers; /* version */113 u_int32_t rp_proc; /* procedure */114 struct auth_info rp_auth;115 struct auth_info rp_verf;