Searched defs:rpc_reply (Results 1 – 3 of 3) sorted by relevance
100 struct rpc_reply { struct101 u_int32_t rp_xid; /* request transaction id */102 int32_t rp_direction; /* call direction (1) */103 int32_t rp_astatus; /* accept status (0: accepted) */104 union {110 } rp_u;
90 u_int32_t rpc_call, rpc_vers, rpc_reply, rpc_msgdenied, rpc_autherr, variable
86 struct rpc_reply { struct87 u_int32_t rp_xid; /* request transaction id */88 int32_t rp_direction; /* call direction (1) */89 int32_t rp_astatus; /* accept status (0: accepted) */90 union {117 struct rpc_reply *reply; in rpc_call() argument