ReactOS 0.4.15-dev-7953-g1f49173
svc_soc.h File Reference
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)
 
#define svc_getcaller_netbuf(x)   (&(x)->xp_rtaddr)
 

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)
 
int svcudp_enablecache (SVCXPRT *, u_long)
 
SVCXPRTsvcudp6_create (int)
 
SVCXPRTsvcudp6_bufcreate (int, u_int, u_int)
 
__END_DECLS __BEGIN_DECLS SVCXPRTsvctcp_create (int, u_int, u_int)
 
SVCXPRTsvctcp6_create (int, u_int, u_int)
 
__END_DECLS __BEGIN_DECLS SVCXPRTsvcfd_create (int, u_int, u_int)
 

Macro Definition Documentation

◆ svc_getcaller

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

Definition at line 54 of file svc_soc.h.

◆ svc_getcaller_netbuf

#define svc_getcaller_netbuf (   x)    (&(x)->xp_rtaddr)

Definition at line 56 of file svc_soc.h.

Function Documentation

◆ svc_register()

__BEGIN_DECLS bool_t svc_register ( SVCXPRT ,
u_long  ,
u_long  ,
void(*)(struct svc_req *, SVCXPRT *)  ,
int   
)

◆ svc_unregister()

__END_DECLS __BEGIN_DECLS void svc_unregister ( u_long  ,
u_long   
)

◆ svcfd_create()

__END_DECLS __BEGIN_DECLS SVCXPRT * svcfd_create ( int  ,
u_int  ,
u_int   
)

◆ svcraw_create()

__END_DECLS __BEGIN_DECLS SVCXPRT * svcraw_create ( void  )

◆ svctcp6_create()

SVCXPRT * svctcp6_create ( int  ,
u_int  ,
u_int   
)

◆ svctcp_create()

__END_DECLS __BEGIN_DECLS SVCXPRT * svctcp_create ( int  ,
u_int  ,
u_int   
)

◆ svcudp6_bufcreate()

SVCXPRT * svcudp6_bufcreate ( int  ,
u_int  ,
u_int   
)

◆ svcudp6_create()

SVCXPRT * svcudp6_create ( int  )

◆ svcudp_bufcreate()

SVCXPRT * svcudp_bufcreate ( int  ,
u_int  ,
u_int   
)

◆ svcudp_create()

__END_DECLS __BEGIN_DECLS SVCXPRT * svcudp_create ( int  )

◆ svcudp_enablecache()

int svcudp_enablecache ( SVCXPRT ,
u_long   
)