Home
last modified time | relevance | path

Searched refs:SVC_REPLY (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc.c368 return (SVC_REPLY(xprt, &rply)); in svc_sendreply()
385 SVC_REPLY(xprt, &rply); in svcerr_noproc()
402 SVC_REPLY(xprt, &rply); in svcerr_decode()
419 SVC_REPLY(xprt, &rply); in svcerr_systemerr()
471 SVC_REPLY(xprt, &rply); in svcerr_auth()
500 SVC_REPLY(xprt, &rply); in svcerr_noprog()
519 SVC_REPLY(xprt, &rply); in svcerr_progvers()
/freebsd/include/rpc/
H A Dsvc.h192 #define SVC_REPLY(xprt, msg) \ macro
/freebsd/sys/rpc/
H A Dsvc.h369 #define SVC_REPLY(xprt, msg, addr, m, seq) \ macro
H A Dsvc.c678 ok = SVC_REPLY(xprt, rply, rqstp->rq_addr, body, &rqstp->rq_reply_seq); in svc_sendreply_common()
954 SVC_REPLY(xprt, &repmsg, r->rq_addr, in svc_getreq()