Searched refs:R_RESENDERR (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h930 #define R_RESENDERR 0x00000400 /* resend failed */ macro
H A Dnfs_socket.c2757 * If sent successfully, R_MUSTRESEND and R_RESENDERR are cleared.
2761 * If this wasn't the first transmit, set R_RESENDERR.
2982 req->r_flags &= ~R_RESENDERR;
2998 req->r_flags |= R_RESENDERR;
4540 ((req->r_rexmit > 2) || (req->r_flags & R_RESENDERR)) &&
4581 if (req->r_flags & R_RESENDERR) {

Completed in 24 milliseconds