HomeSort by: relevance | last modified time | path
    Searched refs:xdr_ypresp_maplist (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/yp/
yp_maplist.c 64 (xdrproc_t)xdr_ypresp_maplist, &ypml, _yplib_timeout);
75 /* NO: xdr_free(xdr_ypresp_maplist, &ypml); */
xdryp.c 109 __weak_alias(xdr_ypresp_maplist,_xdr_ypresp_maplist)
458 xdr_ypresp_maplist(XDR *xdrs, struct ypresp_maplist *objp) function in typeref:typename:bool_t
  /src/include/rpcsvc/
yp_prot.h 326 bool_t xdr_ypresp_maplist(XDR *, struct ypresp_maplist *);
  /src/usr.bin/ypwhich/
ypwhich.c 344 xdr_ypdomain_wrap_string, &domain, xdr_ypresp_maplist,
  /src/usr.sbin/ypserv/common/
yplib_host.c 304 indomain, xdr_ypresp_maplist, &ypml, _yplib_host_timeout);
309 /* NO: xdr_free(xdr_ypresp_maplist, &ypml);*/
  /src/usr.sbin/ypserv/ypserv/
ypserv.c 236 xdr_result = (xdrproc_t)xdr_ypresp_maplist;
  /src/lib/libc/include/
namespace.h 905 #define xdr_ypresp_maplist _xdr_ypresp_maplist macro

Completed in 35 milliseconds