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

  /src/include/rpcsvc/
yp_prot.h 327 bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
  /src/lib/libc/yp/
xdryp.c 97 __weak_alias(xdr_ypbind_resp,_xdr_ypbind_resp)
287 xdr_ypbind_resp(XDR *xdrs, struct ypbind_resp *objp) function in typeref:typename:bool_t
yplib.c 225 (xdrproc_t)xdr_ypbind_resp, &ypbr, _yplib_timeout);
  /src/usr.bin/ypwhich/
ypwhich.c 251 xdr_ypdomain_wrap_string, &domain, xdr_ypbind_resp, &ypbind_resp,
  /src/lib/libc/include/
namespace.h 893 #define xdr_ypbind_resp _xdr_ypbind_resp macro
  /src/usr.sbin/ypbind/
ypbind.c 920 xdr_result = (xdrproc_t)xdr_ypbind_resp;

Completed in 17 milliseconds