Searched defs:krpc_call (Results 1 – 1 of 1) sorted by relevance
90 struct krpc_call { struct91 u_int32_t rp_xid; /* request transaction id */92 int32_t rp_direction; /* call direction (0) */93 u_int32_t rp_rpcvers; /* rpc version (2) */94 u_int32_t rp_prog; /* program */95 u_int32_t rp_vers; /* version */96 u_int32_t rp_proc; /* procedure */97 struct auth_info rpc_auth;98 struct auth_unix rpc_unix;99 struct auth_info rpc_verf;[all …]