Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netgraph/
H A Dng_pptpgre.c118 #define PPTP_TIME_SCALE 1024 /* milliseconds */ macro
123 #define PPTP_MIN_TIMEOUT (PPTP_TIME_SCALE / 83) /* 12 milliseconds */
124 #define PPTP_MAX_TIMEOUT (3 * PPTP_TIME_SCALE) /* 3 seconds */
132 #define PPTP_MIN_ACK_DELAY (PPTP_TIME_SCALE / 500) /* 2 milliseconds */
133 #define PPTP_MAX_ACK_DELAY (PPTP_TIME_SCALE / 2) /* 500 milliseconds */
1076 ticks = howmany(remain * hz, PPTP_TIME_SCALE) + 1; in ng_pptpgre_start_recv_ack_timer()
1124 ticks = howmany(ackTimeout * hz, PPTP_TIME_SCALE); in ng_pptpgre_start_send_ack_timer()
1239 hpriv->rtt = PPTP_TIME_SCALE / 10; in ng_pptpgre_reset()
1281 t = (pptptime_t)tv.tv_sec * PPTP_TIME_SCALE; in ng_pptpgre_time()
1282 t += tv.tv_usec / (1000000 / PPTP_TIME_SCALE); in ng_pptpgre_time()