Lines Matching defs:krpc_call
90 struct krpc_call { struct
91 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;
189 krpc_call(struct sockaddr_in *sa, u_int prog, u_int vers, u_int func, in krpc_call() function