Home
last modified time | relevance | path

Searched refs:ypmaplist (Results 1 – 11 of 11) sorted by relevance

/netbsd/include/rpcsvc/
H A Dyp_prot.h144 struct ypmaplist { struct
146 struct ypmaplist *ypml_next; argument
151 struct ypmaplist *list;
328 bool_t xdr_ypmaplist(XDR *, struct ypmaplist *);
H A Dypclnt.h72 struct ypmaplist;
73 int yp_maplist (const char *, struct ypmaplist **);
/netbsd/lib/librpcsvc/
H A Dyp.x150 struct ypmaplist { struct
152 ypmaplist *next; argument
157 ypmaplist *maps;
/netbsd/lib/libc/yp/
H A Dxdryp.c441 xdr_ypmaplist(XDR *xdrs, struct ypmaplist *objp) in xdr_ypmaplist()
451 (u_int)sizeof(struct ypmaplist), (xdrproc_t)xdr_ypmaplist)) in xdr_ypmaplist()
468 (u_int)sizeof(struct ypmaplist), (xdrproc_t)xdr_ypmaplist)) in xdr_ypresp_maplist()
H A Dyp_maplist.c50 yp_maplist( const char *indomain, struct ypmaplist **outmaplist) in __weak_alias()
/netbsd/usr.sbin/ypserv/common/
H A Dyplib_host.h48 struct ypmaplist **outmaplist);
H A Dyplib_host.c296 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
/netbsd/usr.sbin/ypserv/yptest/
H A Dyptest.c56 struct ypmaplist *ypml, *y; in main()
/netbsd/usr.sbin/ypserv/ypserv/
H A Dypserv_proc.c441 struct ypmaplist *m; in ypproc_maplist_2_svc()
487 m = calloc(1, sizeof(struct ypmaplist)); in ypproc_maplist_2_svc()
/netbsd/distrib/utils/libhack/
H A Dyplib.c250 struct ypmaplist **outmaplist;
/netbsd/usr.bin/ypwhich/
H A Dypwhich.c283 struct ypmaplist fakelist, *ypml; in find_mapmaster()