Searched refs:NLM_CANCEL_MSG (Results 1 – 5 of 5) sorted by relevance
173 case NLM_CANCEL_MSG: in nlm_prog_1()279 case NLM_CANCEL_MSG: in nlm_prog_3()
307 #define NLM_CANCEL_MSG ((unsigned long)(8)) macro
91 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL_MSG, in nlm_cancel_msg_1()
282 void NLM_CANCEL_MSG(struct nlm_cancargs) =8;
127 …if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCES…