ypmaplist
struct ypmaplist **outmaplist;
struct ypmaplist *ypml_next;
struct ypmaplist *list;
bool_t xdr_ypmaplist(XDR *, struct ypmaplist *);
struct ypmaplist;
int yp_maplist (const char *, struct ypmaplist **);
xdr_ypmaplist(XDR *xdrs, struct ypmaplist *objp)
(u_int)sizeof(struct ypmaplist), (xdrproc_t)xdr_ypmaplist))
(u_int)sizeof(struct ypmaplist), (xdrproc_t)xdr_ypmaplist))
yp_maplist( const char *indomain, struct ypmaplist **outmaplist)
struct ypmaplist fakelist, *ypml;
yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist)
struct ypmaplist **outmaplist);
struct ypmaplist *m;
m = calloc(1, sizeof(struct ypmaplist));
struct ypmaplist *ypml, *y;