Searched refs:tottimeout (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c95 struct timeval timeout, tottimeout; local
160 tottimeout.tv_sec = 25;
161 tottimeout.tv_usec = 0;
163 outproc, out, tottimeout);
H A Drpcb_clnt.c60 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...]
H A Dpmap_clnt.c55 static const struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval
146 (caddr_t)&port, tottimeout) != RPC_SUCCESS) {

Completed in 25 milliseconds