Searched defs:rpc_reply (Results 1 – 1 of 1) sorted by relevance
81 struct rpc_reply { struct82 uint32_t rp_xid; /* request transaction id */83 int32_t rp_direction; /* call direction (1) */84 int32_t rp_astatus; /* accept status (0: accepted) */85 union {112 struct rpc_reply *reply; in rpc_call() argument