Searched refs:reply_header (Results 1 – 1 of 1) sorted by relevance
308 rpc_reply_header reply_header; in clnt_call() local373 if (!xdr_recv_reply_header (client->xdr, &reply_header)) { in clnt_call()381 if (reply_header.stat != RPC_MSG_ACCEPTED) { in clnt_call()383 ret = reply_header.u.dr.stat + RPC_VERSMISMATCH; in clnt_call()387 } else if (reply_header.u.ar.stat != RPC_ACCEPT_SUCCESS) { in clnt_call()389 ret = reply_header.u.ar.stat + RPC_AUTHERROR; in clnt_call()