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

/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dpmap_getport.c88 struct timeval real_t, real_tt; local
93 real_tt = default_timeout;
94 if (totaltimeout != NULL) real_tt = *totaltimeout;
108 status = CLNT_CALL(client, PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, &parms, (xdrproc_t)xdr_u_short, &port, real_tt);

Completed in 124 milliseconds