Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c133 _this->last_rcv_ctrl = curr_time; in pptp_ctrl_init()
232 if (curr_time - _this->last_rcv_ctrl > PPTPD_IDLE_TIMEOUT) { in pptp_ctrl_timeout()
241 last = MAXIMUM(_this->last_rcv_ctrl, _this->last_snd_ctrl); in pptp_ctrl_timeout()
243 if (curr_time - _this->last_rcv_ctrl in pptp_ctrl_timeout()
920 _this->last_rcv_ctrl = curr_time; in pptp_ctrl_input()
H A Dpptp.h288 time_t last_rcv_ctrl; /* timestamp of latest ctrl message received */ member