#include <wintirpc.h>
#include <sys/types.h>
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <rpc/pmap_clnt.h>
Go to the source code of this file.
◆ MAX_BROADCAST_SIZE
#define MAX_BROADCAST_SIZE 1400 |
◆ NAMELEN
◆ pmap_getmaps()
Definition at line 65 of file pmap_getmaps.c.
67{
72
74
75 minutetimeout.tv_sec = 60;
76 minutetimeout.tv_usec = 0;
86 }
88 }
91}
struct outqueuenode * head
#define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs)
void clnt_perror(CLIENT *rpch, const char *s)
__BEGIN_DECLS CLIENT * clnttcp_create(struct sockaddr_in *, u_long, u_long, SOCKET *, u_int, u_int)
bool_t xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
bool_t(* xdrproc_t)(XDR *,...)