Lines Matching refs:reply
116 struct rpc_reply *reply; in rpc_call() local
177 recv_head -= sizeof(*reply); in rpc_call()
190 if ((size_t)cc <= sizeof(*reply)) { in rpc_call()
201 reply = (struct rpc_reply *)recv_head; in rpc_call()
202 auth = &reply->rp_u.rpu_rok.rok_auth; in rpc_call()
212 x = ntohl(reply->rp_u.rpu_rok.rok_status); in rpc_call()
218 recv_head += sizeof(*reply); in rpc_call()
231 struct rpc_reply *reply; in recvrpc() local
245 reply = (struct rpc_reply *)pkt; in recvrpc()
247 x = ntohl(reply->rp_xid); in recvrpc()
256 x = ntohl(reply->rp_direction); in recvrpc()
265 x = ntohl(reply->rp_astatus); in recvrpc()
267 errno = ntohl(reply->rp_u.rpu_errno); in recvrpc()