Searched defs:rpc_reply (Results 1 – 1 of 1) sorted by relevance
85 struct rpc_reply { struct86 u_int32_t rp_xid; /* request transaction id */87 int32_t rp_direction; /* call direction (1) */88 int32_t rp_astatus; /* accept status (0: accepted) */89 union {116 struct rpc_reply *reply; in rpc_call() argument