Home
last modified time | relevance | path

Searched defs:rpc_reply (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/
H A Drpc.c81 struct rpc_reply { struct
82 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