Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c120 #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; in ng_pptpgre_start_recv_ack_timer()
1126 ticks = howmany(ackTimeout * hz, PPTP_TIME_SCALE); in ng_pptpgre_start_send_ack_timer()
1241 hpriv->rtt = PPTP_TIME_SCALE / 10; in ng_pptpgre_reset()
1283 t = (pptptime_t)tv.tv_sec * PPTP_TIME_SCALE; in ng_pptpgre_time()
1284 t += tv.tv_usec / (1000000 / PPTP_TIME_SCALE); in ng_pptpgre_time()