Searched defs:tottimeout (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | clnt_simple.c | 95 struct timeval timeout, tottimeout; local 160 tottimeout.tv_sec = 25; 161 tottimeout.tv_usec = 0; 163 outproc, out, tottimeout);
|
H A D | pmap_clnt.c | 55 static const struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval 146 (caddr_t)&port, tottimeout) != RPC_SUCCESS) {
|
H A D | rpcb_clnt.c | 60 static struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval 110 *(struct timeval *)info = tottimeout; 113 tottimeout = *(struct timeval *)info; 538 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout); 575 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout); 726 tp = &tottimeout; 1100 (char *)&head, tottimeout); 1119 (char *)&head, tottimeout) == RPC_SUCCESS) 1238 (xdrproc_t)xdr_time_t, (char *)timep, tottimeout); 1249 tottimeout); [all...] |
Completed in 47 milliseconds