#include <rpc/rpc.h>int
svc_dg_enablecache(SVCXPRT *xprt, const unsigned cache_size);
void
svc_exit(void);
bool_t
svc_freeargs(const SVCXPRT *xprt, const xdrproc_t inproc, caddr_t in);
bool_t
svc_getargs(const SVCXPRT *xprt, const xdrproc_t inproc, caddr_t in);
void
svc_getreq_common(const int fd);
void
svc_getreq_poll(struct pollfd *pfdp, const int pollretval);
void
svc_getreqset(fd_set * rdfds);
struct netbuf *
svc_getrpccaller(const SVCXPRT *xprt);
struct sockcred *
__svc_getcallercreds(const SVCXPRT *xprt);
struct pollfd svc_pollset[FD_SETSIZE];
void
svc_run(void);
bool_t
svc_sendreply(const SVCXPRT *xprt, const xdrproc_t outproc, const caddr_t *out);