ReactOS 0.4.16-dev-555-g690643f
|
Go to the source code of this file.
Macros | |
#define | UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ |
Functions | |
__BEGIN_DECLS CLIENT * | clnttcp_create (struct sockaddr_in *, u_long, u_long, SOCKET *, u_int, u_int) |
__END_DECLS __BEGIN_DECLS CLIENT * | clntraw_create (u_long, u_long) |
__END_DECLS __BEGIN_DECLS CLIENT * | clntudp_create (struct sockaddr_in *, u_long, u_long, struct timeval, int *) |
CLIENT * | clntudp_bufcreate (struct sockaddr_in *, u_long, u_long, struct timeval, int *, u_int, u_int) |
Definition at line 51 of file clnt_soc.h.
__END_DECLS __BEGIN_DECLS CLIENT * clntraw_create | ( | u_long | , |
u_long | |||
) |
__BEGIN_DECLS CLIENT * clnttcp_create | ( | struct sockaddr_in * | , |
u_long | , | ||
u_long | , | ||
SOCKET * | , | ||
u_int | , | ||
u_int | |||
) |
Referenced by __rpc_get_time_offset(), and pmap_getmaps().
CLIENT * clntudp_bufcreate | ( | struct sockaddr_in * | , |
u_long | , | ||
u_long | , | ||
struct timeval | , | ||
int * | , | ||
u_int | , | ||
u_int | |||
) |
Referenced by pmap_getport().
__END_DECLS __BEGIN_DECLS CLIENT * clntudp_create | ( | struct sockaddr_in * | , |
u_long | , | ||
u_long | , | ||
struct timeval | , | ||
int * | |||
) |