Home
last modified time | relevance | path

Searched refs:ypbind_resp (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.bin/ypwhich/
Dypwhich.c221 struct ypbind_resp ypbind_resp; in find_server() local
251 xdr_ypdomain_wrap_string, &domain, xdr_ypbind_resp, &ypbind_resp, in find_server()
256 if (ypbind_resp.ypbind_status != YPBIND_SUCC_VAL) in find_server()
258 yperr_string(ypbind_resp.ypbind_status)); in find_server()
263 result.s_addr = ypbind_resp.ypbind_respbody. in find_server()
/netbsd/src/lib/librpcsvc/
Dyp.x199 union ypbind_resp switch (ypbind_resptype ypbind_status) {
289 ypbind_resp
/netbsd/src/include/rpcsvc/
Dyp_prot.h239 struct ypbind_resp { struct
327 bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
/netbsd/src/lib/libc/yp/
Dyplib.c104 struct ypbind_resp ypbr; in _yp_dobind()
168 struct ypbind_resp ybr; in _yp_dobind()
Dxdryp.c287 xdr_ypbind_resp(XDR *xdrs, struct ypbind_resp *objp) in xdr_ypbind_resp()
/netbsd/src/usr.sbin/ypbind/
Dypbind.c492 struct ypbind_resp ybr; in rpc_received()
705 static struct ypbind_resp res; in ypbindproc_domain_2()
1166 struct ypbind_resp ybr; in direct_set()