#include <rpc/rpc.h>bool_t
svc_control(SVCXPRT *svc, const u_int req, void *info);
int
svc_create(const void (*dispatch)(struct svc_req *, SVCXPRT *), const rpcprog_t prognum, const rpcvers_t versnum, const char *nettype);
SVCXPRT *"
svc_dg_create(const int fildes, const u_int sendsz, const u_int recvsz);
void
svc_destroy(SVCXPRT *xprt);
SVCXPRT *
svc_fd_create(const int fildes, const u_int sendsz, const u_int recvsz);
SVCXPRT *
svc_raw_create(void);
SVCXPRT *
svc_tli_create(const int fildes, const struct netconfig *netconf, const struct t_bind *bindaddr, const u_int sendsz, const u_int recvsz);
SVCXPRT *
svc_tp_create(const void (*dispatch)(const struct svc_reg *, const SVCXPRT *), const rpcprog_t prognum, const rpcvers_t versnum, const struct netconfig *netconf);
SVCXPRT *
svc_vc_create(const int fildes, const u_int sendsz, const u_int recvsz);