pmaplist
struct pmaplist *pmap_getmaps(struct sockaddr_in *);
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
struct pmaplist *pml_next;
struct pmaplist *
struct pmaplist *head = NULL;
(u_int)sizeof(struct pmaplist), (xdrproc_t)xdr_pmap))
xdr_pmaplist_ptr(XDR *xdrs, struct pmaplist *rp)
return xdr_pmaplist(xdrs, (struct pmaplist **)(void *)rp);
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
struct pmaplist **next = NULL; /* pacify gcc */
struct pmaplist *head = NULL;
struct pmaplist *pmaphead = NULL;
static struct pmaplist *
struct pmaplist *hit = NULL;
struct pmaplist *pml;
struct pmaplist *fnd;
static struct pmaplist *find_service_pmap(rpcprog_t, rpcvers_t, rpcprot_t);
struct pmaplist *pml;
pml = malloc(sizeof (struct pmaplist));
struct pmaplist *fnd;
struct pmaplist *pml;
struct pmaplist *prevpml, *fnd;
struct pmaplist *pml;
pml = malloc(sizeof (struct pmaplist));
pml = malloc(sizeof (struct pmaplist));
pml = malloc (sizeof (struct pmaplist));
struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
struct pmaplist *tmp_pmapl = NULL;