Home
last modified time | relevance | path

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

/freebsd-11-stable/include/rpcsvc/
HDyp_prot.h150 struct ypmaplist { struct
152 struct ypmaplist *ypml_next; argument
157 struct ypmaplist *list;
HDypclnt.h69 struct ypmaplist;
83 int yp_maplist(char *indomain, struct ypmaplist **outmaplist);
HDyp.x156 struct ypmaplist { struct
158 ypmaplist *next; argument
163 ypmaplist *maps;
/freebsd-11-stable/usr.sbin/ypserv/
HDyp_server.c666 static void yp_maplist_free(struct ypmaplist *yp_maplist)
668 register struct ypmaplist *next;
679 static struct ypmaplist *
684 struct ypmaplist *cur = NULL;
685 struct ypmaplist *yp_maplist = NULL;
704 if ((cur = (struct ypmaplist *)
705 malloc(sizeof(struct ypmaplist))) == NULL) {
/freebsd-11-stable/usr.sbin/ypserv/common/
HDyplib_host.h48 struct ypmaplist **outmaplist);
HDyplib_host.c336 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
/freebsd-11-stable/usr.bin/ypwhich/
HDypwhich.c144 struct ypmaplist *ypml, *y; in main()
/freebsd-11-stable/usr.sbin/ypldap/
HDyp.c618 static struct ypmaplist maps[nitems(mapnames)]; in ypproc_maplist_2_svc()
/freebsd-11-stable/lib/libc/yp/
HDyplib.c1104 yp_maplist(char *indomain, struct ypmaplist **outmaplist) in yp_maplist()