pmaplist
extern 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;
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
struct pmaplist **next = NULL; /* pacify gcc */
(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);
struct pmaplist *head = NULL;
struct pmaplist *pmaphead = NULL;
static struct pmaplist *
register struct pmaplist *hit = NULL;
register struct pmaplist *pml;
struct pmaplist *fnd;
static struct pmaplist *find_service_pmap(rpcprog_t, rpcvers_t, rpcprot_t);
struct pmaplist *pml;
struct pmaplist *fnd;
struct pmaplist *pml;
struct pmaplist *prevpml, *fnd;
struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
struct pmaplist *pml;
extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
struct pmaplist *tmp_pmapl = NULL;