ReactOS 0.4.15-dev-7942-gd23573b
rpc_commondata.c File Reference
#include <wintirpc.h>
#include <rpc/rpc.h>
Include dependency graph for rpc_commondata.c:

Go to the source code of this file.

Variables

struct opaque_auth _null_auth
 
fd_set svc_fdset
 
int svc_maxfd = -1
 
SVCXPRT ** __svc_xports
 
int __svc_maxrec
 

Variable Documentation

◆ __svc_maxrec

int __svc_maxrec

Definition at line 42 of file rpc_commondata.c.

Referenced by rpc_control(), and svc_vc_create().

◆ __svc_xports

SVCXPRT** __svc_xports

◆ _null_auth

◆ svc_fdset

◆ svc_maxfd

int svc_maxfd = -1

Definition at line 39 of file rpc_commondata.c.

Referenced by __svc_clean_idle(), __xprt_do_unregister(), svc_run(), and xprt_register().