HomeSort by: relevance | last modified time | path
    Searched defs:ypbind_resp (Results 1 - 2 of 2) 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/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 *);

Completed in 13 milliseconds