Home
last modified time | relevance | path

Searched defs:rpc_call (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dkrpc_subr.c107 struct rpc_call { struct
108 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;