Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching refs:Timeout

64   UINT64 Timeout;

92 // Get the timeout
102 // Compute the timeout
104 Timeout = TimeVal.tv_sec;
105 Timeout *= 1000 * 1000;
106 Timeout += TimeVal.tv_usec;
107 Timeout *= 10;
110 // The timer is only necessary if a timeout is running
115 if ( 0 != Timeout ) {
129 Timeout );
133 // Loop until data is received or the timeout
140 // Determine if the timeout expired