Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dypclnt.h69 struct ypmaplist;
83 int yp_maplist(char *indomain, struct ypmaplist **outmaplist);
H A Dyp_prot.h67 * YPPROC_MAPLIST takes (char *), returns (struct ypmaplist *).
150 struct ypmaplist { struct
152 struct ypmaplist *ypml_next; argument
157 struct ypmaplist *list;
H A Dyp.x149 struct ypmaplist { struct
151 ypmaplist *next; argument
156 ypmaplist *maps;
/freebsd/usr.sbin/ypserv/
H A Dyp_server.c665 static void yp_maplist_free(struct ypmaplist *yp_maplist)
667 register struct ypmaplist *next;
677 static struct ypmaplist *
682 struct ypmaplist *cur = NULL;
683 struct ypmaplist *yp_maplist = NULL;
702 if ((cur = (struct ypmaplist *)
703 malloc(sizeof(struct ypmaplist))) == NULL) {
/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.h46 struct ypmaplist **outmaplist);
H A Dyplib_host.c333 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
/freebsd/usr.bin/ypwhich/
H A Dypwhich.c141 struct ypmaplist *ypml, *y; in main()
/freebsd/usr.sbin/ypldap/
H A Dyp.c614 static struct ypmaplist maps[nitems(mapnames)]; in ypproc_maplist_2_svc()
/freebsd/lib/libc/yp/
H A Dyplib.c1099 yp_maplist(char *indomain, struct ypmaplist **outmaplist) in yp_maplist()