Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp.h200 #define PPTPD_IDLE_TIMEOUT 60 macro
H A Dpptp_ctrl.c232 if (curr_time - _this->last_rcv_ctrl > PPTPD_IDLE_TIMEOUT) { in pptp_ctrl_timeout()