Lines Matching defs:krpc_call
88 struct krpc_call { struct
89 u_int32_t rp_xid; /* request transaction id */
90 int32_t rp_direction; /* call direction (0) */
91 u_int32_t rp_rpcvers; /* rpc version (2) */
92 u_int32_t rp_prog; /* program */
93 u_int32_t rp_vers; /* version */
94 u_int32_t rp_proc; /* procedure */
95 struct auth_info rpc_auth;
96 struct auth_unix rpc_unix;
97 struct auth_info rpc_verf;
188 krpc_call(struct sockaddr_in *sa, u_int prog, u_int vers, u_int func, in krpc_call() function