pmaplist
extern struct pmaplist *pmap_getmaps(struct sockaddr_in *);
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
struct pmaplist *pml_next;
struct pmaplist *
struct pmaplist *head = (struct pmaplist *)NULL;
(u_int)sizeof(struct pmaplist),
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
struct pmaplist **next = NULL;
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;
(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 */
LIST_HEAD(pmaplist, pmap);
static struct pmaplist allpmaps;
LIST_HEAD(pmaplist, pmap);
static struct pmaplist allpmaps = LIST_HEAD_INITIALIZER();
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
struct pmaplist *pml_next;
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;
pml = malloc(sizeof (struct pmaplist));
extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
struct pmaplist *tmp_pmapl = NULL;