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

  /src/usr.bin/ypwhich/
ypwhich.c 221 struct ypbind_resp ypbind_resp; local in function:find_server
251 xdr_ypdomain_wrap_string, &domain, xdr_ypbind_resp, &ypbind_resp,
256 if (ypbind_resp.ypbind_status != YPBIND_SUCC_VAL)
258 yperr_string(ypbind_resp.ypbind_status));
263 result.s_addr = ypbind_resp.ypbind_respbody.
  /src/lib/librpcsvc/
yp.x 199 union ypbind_resp switch (ypbind_resptype ypbind_status) {
289 ypbind_resp
  /src/include/rpcsvc/
yp_prot.h 211 * YPBINDPROC_DOMAIN takes (char *), returns (struct ypbind_resp).
227 /* error code in ypbind_resp.ypbind_status */
239 struct ypbind_resp { struct
247 /* error code in ypbind_resp.ypbind_respbody.ypbind_error */
327 bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
  /src/lib/libc/yp/
yplib.c 104 struct ypbind_resp ypbr;
168 struct ypbind_resp ybr;
xdryp.c 287 xdr_ypbind_resp(XDR *xdrs, struct ypbind_resp *objp)
  /src/usr.sbin/ypbind/
ypbind.c 492 struct ypbind_resp ybr;
705 static struct ypbind_resp res;
1166 struct ypbind_resp ybr;

Completed in 15 milliseconds