#include <time.h>
#include <sys/cdefs.h>
#include <rpc/clnt.h>
Go to the source code of this file.
|
#define | UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ |
|
|
__BEGIN_DECLS CLIENT * | clnttcp_create (struct sockaddr_in *, u_long, u_long, int *, 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) |
|