RTEMS CPU Kit with SuperCore  4.11.2
Macros | Functions
svc_soc.h File Reference
#include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/svc.h>
Include dependency graph for svc_soc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define svc_getcaller(x)   (&(x)->xp_raddr)
 

Functions

__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 SVCXPRTsvcraw_create (void)
 
__END_DECLS __BEGIN_DECLS SVCXPRTsvcudp_create (int)
 
SVCXPRTsvcudp_bufcreate (int, u_int, u_int)
 
__END_DECLS __BEGIN_DECLS SVCXPRTsvctcp_create (int, u_int, u_int)
 
__END_DECLS __BEGIN_DECLS SVCXPRTsvcfd_create (int, u_int, u_int)
 
__END_DECLS __BEGIN_DECLS SVCXPRTsvcunix_create (int, u_int, u_int, char *)
 
SVCXPRTsvcunixfd_create (int, u_int, u_int)