Searched defs:rpc_reply (Results 1 – 3 of 3) sorted by relevance
103 struct rpc_reply { struct104 u_int32_t rp_xid; /* request transaction id */105 int32_t rp_direction; /* call direction (1) */106 int32_t rp_astatus; /* accept status (0: accepted) */107 union {119 } rp_u;
128 u_int32_t rpc_call, rpc_vers, rpc_reply, rpc_msgdenied, rpc_autherr, variable
92 struct rpc_reply { struct93 u_int32_t rp_xid; /* request transaction id */94 int32_t rp_direction; /* call direction (1) */95 int32_t rp_astatus; /* accept status (0: accepted) */96 union {122 struct rpc_reply *reply; in rpc_call() argument