HomeSort by relevance Sort by last modified time
    Searched full:reply_header (Results 1 - 1 of 1) sorted by null

  /hardware/msm7k/librpc/
clnt.c 308 rpc_reply_header reply_header; local
373 if (!xdr_recv_reply_header (client->xdr, &reply_header)) {
381 if (reply_header.stat != RPC_MSG_ACCEPTED) {
383 ret = reply_header.u.dr.stat + RPC_VERSMISMATCH;
387 } else if (reply_header.u.ar.stat != RPC_ACCEPT_SUCCESS) {
389 ret = reply_header.u.ar.stat + RPC_AUTHERROR;

Completed in 403 milliseconds