Searched refs:RPCTIMEOUT (Results 1 – 4 of 4) sorted by relevance
/nis/ |
A D | nis_lookup.c | 74 static const struct timeval RPCTIMEOUT = {10, 0}; in nis_lookup() local 81 (caddr_t) res, RPCTIMEOUT); in nis_lookup()
|
A D | ypclnt.c | 49 static const struct timeval RPCTIMEOUT = {25, 0}; variable 131 (caddr_t) &ypbr, RPCTIMEOUT) != RPC_SUCCESS) in yp_bind_ypbindprog() 280 xargs, req, xres, resp, RPCTIMEOUT); in libnsl_hidden_nolink_def() 771 (caddr_t) &data, RPCTIMEOUT); in yp_all() 1018 (xdrproc_t) xdr_u_int, (caddr_t) &res, RPCTIMEOUT); in libnsl_hidden_nolink_def()
|
A D | nis_table.c | 132 static const struct timeval RPCTIMEOUT = {10, 0}; variable 149 (caddr_t) &res, RPCTIMEOUT); in get_tablepath() 312 (caddr_t) res, RPCTIMEOUT); in libnsl_hidden_nolink_def()
|
A D | nis_call.c | 37 static const struct timeval RPCTIMEOUT = {10, 0}; variable 219 clnt_control (dbp->clnt, CLSET_TIMEOUT, (caddr_t) &RPCTIMEOUT); in __nisbind_connect() 310 result = clnt_call (dbp->clnt, prog, xargs, req, xres, resp, RPCTIMEOUT); in libnsl_hidden_nolink_def()
|
Completed in 7 milliseconds