Lines Matching defs:resp
245 static ypbind_resp resp;
250 memset((char *)&resp, 0, sizeof (resp));
259 resp.ypbind_status = YPBIND_FAIL_VAL;
260 resp.ypbind_resp_u.ypbind_error = YPBIND_ERR_NOSERV;
261 return (&resp);
290 resp.ypbind_status = YPBIND_SUCC_VAL;
291 resp.ypbind_resp_u.ypbind_bindinfo =
298 resp.ypbind_status = YPBIND_FAIL_VAL;
299 resp.ypbind_resp_u.ypbind_error =
304 resp.ypbind_status = YPBIND_FAIL_VAL;
305 resp.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC;
311 if (resp.ypbind_status == YPBIND_SUCC_VAL) {
314 resp.ypbind_status);
316 return (&resp);
336 resp.ypbind_status);
338 return (&resp);
361 resp.ypbind_status);
365 return (&resp);
372 resp.ypbind_status);
375 return (&resp);
394 resp.ypbind_status);
396 return (&resp);
422 static ypbind_resp_2 resp;
428 resp.ypbind_status = resp_3->ypbind_status;
436 bi = &resp.ypbind_respbody_2.ypbind_bindinfo;
440 resp.ypbind_respbody_2.ypbind_error = YPBIND_ERR_NOSERV;
443 resp.ypbind_respbody_2.ypbind_error =
446 return (&resp);
1267 struct ypbind_resp resp;
1301 resp.ypbind_status = YPBIND_SUCC_VAL;
1302 resp.ypbind_resp_u.ypbind_bindinfo = pdom->dom_binding;
1304 if (!xdr_ypbind_resp(&xdrs, &resp)) {