Searched refs:SVC_REPLY (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/rpc/ |
| H A D | svc.c | 372 return (SVC_REPLY(xprt, &rply)); in svc_sendreply() 389 SVC_REPLY(xprt, &rply); in svcerr_noproc() 406 SVC_REPLY(xprt, &rply); in svcerr_decode() 423 SVC_REPLY(xprt, &rply); in svcerr_systemerr() 475 SVC_REPLY(xprt, &rply); in svcerr_auth() 504 SVC_REPLY(xprt, &rply); in svcerr_noprog() 523 SVC_REPLY(xprt, &rply); in svcerr_progvers()
|
| /freebsd-14.2/sys/rpc/ |
| H A D | svc.h | 453 #define SVC_REPLY(xprt, msg, addr, m, seq) \ macro 479 #define SVC_REPLY(xprt, msg) \ macro
|
| H A D | svc.c | 682 ok = SVC_REPLY(xprt, rply, rqstp->rq_addr, body, &rqstp->rq_reply_seq); in svc_sendreply_common() 958 SVC_REPLY(xprt, &repmsg, r->rq_addr, in svc_getreq()
|
| /freebsd-14.2/include/rpc/ |
| H A D | svc.h | 195 #define SVC_REPLY(xprt, msg) \ macro
|