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

/freebsd-10.1-release/sys/netgraph/
H A Dng_pptpgre.c124 #define PPTP_MIN_TIMEOUT (PPTP_TIME_SCALE / 83) /* 12 milliseconds */ macro
752 else if (hpriv->ato < PPTP_MIN_TIMEOUT)
753 hpriv->ato = PPTP_MIN_TIMEOUT;
871 else if (hpriv->ato < PPTP_MIN_TIMEOUT)
872 hpriv->ato = PPTP_MIN_TIMEOUT;

Completed in 46 milliseconds