#include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/svc.h>
Go to the source code of this file.
|
#define | svc_getcaller(x) (&(x)->xp_raddr) |
|
|
__BEGIN_DECLS bool_t | svc_register (SVCXPRT *, u_long, u_long, void(*)(struct svc_req *, SVCXPRT *), int) |
|
__END_DECLS __BEGIN_DECLS void | svc_unregister (u_long, u_long) |
|
__END_DECLS __BEGIN_DECLS SVCXPRT * | svcraw_create (void) |
|
__END_DECLS __BEGIN_DECLS SVCXPRT * | svcudp_create (int) |
|
SVCXPRT * | svcudp_bufcreate (int, u_int, u_int) |
|
__END_DECLS __BEGIN_DECLS SVCXPRT * | svctcp_create (int, u_int, u_int) |
|
__END_DECLS __BEGIN_DECLS SVCXPRT * | svcfd_create (int, u_int, u_int) |
|
__END_DECLS __BEGIN_DECLS SVCXPRT * | svcunix_create (int, u_int, u_int, char *) |
|
SVCXPRT * | svcunixfd_create (int, u_int, u_int) |
|