Searched refs:ypml (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libc/yp/
H A Dyp_maplist.c41 struct ypresp_maplist ypml; local
52 memset(&ypml, 0, sizeof ypml);
55 xdr_domainname, &indomain, xdr_ypresp_maplist, &ypml, tv);
62 *outmaplist = ypml.maps;
63 /* NO: xdr_free(xdr_ypresp_maplist, &ypml); */
65 return ypprot_err(ypml.stat);
/openbsd-current/usr.bin/ypwhich/
H A Dypwhich.c138 struct ypmaplist *ypml, *y; local
237 ypml = NULL;
239 r = yp_maplist_host(client, domain, &ypml);
241 r = yp_maplist(domain, &ypml);
246 for (y = ypml; y; ) {
247 ypml = y;
250 domain, ypml->map, &master);
252 r = yp_master(domain, ypml->map, &master);
256 printf("%s %s\n", ypml->map, master);
262 ypml
[all...]
/openbsd-current/usr.sbin/ypserv/common/
H A Dyplib_host.c368 struct ypresp_maplist ypml; local
375 memset(&ypml, 0, sizeof ypml);
378 xdr_domainname, &indomain, xdr_ypresp_maplist, &ypml, tv);
381 *outmaplist = ypml.maps;
382 /* NO: xdr_free(xdr_ypresp_maplist, &ypml);*/
383 return ypprot_err(ypml.stat);

Completed in 103 milliseconds