ReactOS 0.4.15-dev-7958-gcd0bb1a
clnt_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 UDPMSGSIZE   8800 /* rpc imposed limit on udp msg size */
 

Functions

__BEGIN_DECLS CLIENTclnttcp_create (struct sockaddr_in *, u_long, u_long, SOCKET *, u_int, u_int)
 
__END_DECLS __BEGIN_DECLS CLIENTclntraw_create (u_long, u_long)
 
__END_DECLS __BEGIN_DECLS CLIENTclntudp_create (struct sockaddr_in *, u_long, u_long, struct timeval, int *)
 
CLIENTclntudp_bufcreate (struct sockaddr_in *, u_long, u_long, struct timeval, int *, u_int, u_int)
 

Macro Definition Documentation

◆ UDPMSGSIZE

#define UDPMSGSIZE   8800 /* rpc imposed limit on udp msg size */

Definition at line 51 of file clnt_soc.h.

Function Documentation

◆ clntraw_create()

__END_DECLS __BEGIN_DECLS CLIENT * clntraw_create ( u_long  ,
u_long   
)

◆ clnttcp_create()

__BEGIN_DECLS CLIENT * clnttcp_create ( struct sockaddr_in ,
u_long  ,
u_long  ,
SOCKET ,
u_int  ,
u_int   
)

◆ clntudp_bufcreate()

CLIENT * clntudp_bufcreate ( struct sockaddr_in ,
u_long  ,
u_long  ,
struct timeval  ,
int ,
u_int  ,
u_int   
)

Referenced by pmap_getport().

◆ clntudp_create()

__END_DECLS __BEGIN_DECLS CLIENT * clntudp_create ( struct sockaddr_in ,
u_long  ,
u_long  ,
struct timeval  ,
int  
)