Searched refs:SVC_REPLY (Results 1 – 2 of 2) sorted by relevance
379 return (SVC_REPLY(xprt, &rply)); in svc_sendreply()395 SVC_REPLY(xprt, &rply); in svcerr_noproc()410 SVC_REPLY(xprt, &rply); in svcerr_decode()426 SVC_REPLY(xprt, &rply); in svcerr_systemerr()441 SVC_REPLY(xprt, &rply); in svcerr_auth()467 SVC_REPLY(xprt, &rply); in svcerr_noprog()485 SVC_REPLY(xprt, &rply); in svcerr_progvers()
133 #define SVC_REPLY(xprt, msg) \ macro