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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Timer.c127 if ((sp->roundTrip *= 2) > sp->probeInterval)
128 sp->roundTrip = sp->probeInterval;
129 sp->rtmtInterval = sp->roundTrip + ((short)2 *
H A Dadsp_RxData.c156 sp->roundTrip + 1;
158 sp->roundTrip += diff >> 3; /* Update average */
164 sp->rtmtInterval = sp->roundTrip +
H A Dadsp_Open.c212 sp->roundTrip = sp->rtmtInterval;
H A Dadsp_internal.h228 short roundTrip; /* Average Round-Trip time (in 6ths of a second) */ member in struct:ccb
229 short deviation; /* deviation from roundTrip time */

Completed in 27 milliseconds