Go to the source code of this file.
|
__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) |
|
int | svcudp_enablecache (SVCXPRT *, u_long) |
|
SVCXPRT * | svcudp6_create (int) |
|
SVCXPRT * | svcudp6_bufcreate (int, u_int, u_int) |
|
__END_DECLS __BEGIN_DECLS SVCXPRT * | svctcp_create (int, u_int, u_int) |
|
SVCXPRT * | svctcp6_create (int, u_int, u_int) |
|
__END_DECLS __BEGIN_DECLS SVCXPRT * | svcfd_create (int, u_int, u_int) |
|
◆ svc_getcaller
#define svc_getcaller |
( |
|
x | ) |
(&(x)->xp_raddr) |
◆ svc_getcaller_netbuf
#define svc_getcaller_netbuf |
( |
|
x | ) |
(&(x)->xp_rtaddr) |
◆ svc_register()
◆ svc_unregister()
◆ svcfd_create()
◆ svcraw_create()
◆ svctcp6_create()
◆ svctcp_create()
◆ svcudp6_bufcreate()
◆ svcudp6_create()
◆ svcudp_bufcreate()
◆ svcudp_create()
◆ svcudp_enablecache()