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

/freebsd-12-stable/sys/netgraph/
H A Dng_pptpgre.c119 /* All times are scaled by this (PPTP_TIME_SCALE time units = 1 sec.) */
120 #define PPTP_TIME_SCALE 1024 /* milliseconds */ macro
125 #define PPTP_MIN_TIMEOUT (PPTP_TIME_SCALE / 83) /* 12 milliseconds */
126 #define PPTP_MAX_TIMEOUT (3 * PPTP_TIME_SCALE) /* 3 seconds */
134 #define PPTP_MIN_ACK_DELAY (PPTP_TIME_SCALE / 500) /* 2 milliseconds */
135 #define PPTP_MAX_ACK_DELAY (PPTP_TIME_SCALE / 2) /* 500 milliseconds */
1078 ticks = howmany(remain * hz, PPTP_TIME_SCALE) + 1;
1126 ticks = howmany(ackTimeout * hz, PPTP_TIME_SCALE);
1241 hpriv->rtt = PPTP_TIME_SCALE / 10;
1283 t = (pptptime_t)tv.tv_sec * PPTP_TIME_SCALE;
[all...]

Completed in 158 milliseconds