Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netgraph/
H A Dng_pptpgre.c123 #define PPTP_MIN_TIMEOUT (PPTP_TIME_SCALE / 83) /* 12 milliseconds */ macro
855 else if (hpriv->ato < PPTP_MIN_TIMEOUT) in ng_pptpgre_rcvdata_lower()
856 hpriv->ato = PPTP_MIN_TIMEOUT; in ng_pptpgre_rcvdata_lower()
1098 else if (hpriv->ato < PPTP_MIN_TIMEOUT) in ng_pptpgre_recv_ack_timeout()
1099 hpriv->ato = PPTP_MIN_TIMEOUT; in ng_pptpgre_recv_ack_timeout()