Searched refs:RPC_REPLY (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Drpcv2.h107 #define RPC_REPLY 1 macro
H A Dkrpc_subr.c470 if (reply->rp_direction != htonl(RPC_REPLY))
H A Dnfs_socket.c359 if (!error && ((reply != RPC_REPLY) || (rxid != nso->nso_pingxid)))
2682 nfsm_chain_add_32(error, &nmrep, RPC_REPLY);
3368 if (error || (reply != RPC_REPLY)) {
5101 if ((rxid != xid) || (reply != RPC_REPLY))
5579 nfsm_chain_add_32(error, &nmrep, RPC_REPLY);

Completed in 34 milliseconds