offtime
struct tm *offtime(const time_t * const, const long);
statsp->offtime = cl->offtime_;
opts->maxidle, opts->minidle, opts->offtime,
opts->maxidle, opts->minidle, opts->offtime,
int offtime;
int minidle, u_int offtime, int pktsize, int flags)
cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN;
cl->offtime_ = (offtime * nsecPerByte) / 8;
int minidle, u_int offtime, int pktsize)
cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN;
cl->offtime_ = (offtime * nsecPerByte) / 8;
int minidle, u_int offtime, int flags)
maxq, 0, 0, maxidle, minidle, offtime, 0, 0);
u_int offtime;
double offtime, nsPerByte, ifnsPerByte, ptime, cptime;
offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
offtime = (offtime * 8.0) / nsPerByte *
offtime = offtime / 1000.0;
opts->offtime = (u_int)fabs(offtime);