Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c134 _this->last_snd_ctrl = curr_time; in pptp_ctrl_init()
241 last = MAXIMUM(_this->last_rcv_ctrl, _this->last_snd_ctrl); in pptp_ctrl_timeout()
257 if (curr_time - _this->last_snd_ctrl > in pptp_ctrl_timeout()
547 _this->last_snd_ctrl = curr_time; in pptp_ctrl_output_flush()
H A Dpptp.h287 time_t last_snd_ctrl; /* timestamp of latest ctrl message sent */ member
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_ctrl.c129 _this->last_snd_ctrl = curr_time; in l2tp_ctrl_init()
399 } else if (curr_time - _this->last_snd_ctrl >= in l2tp_ctrl_timeout()
441 curr_time - _this->last_snd_ctrl >= in l2tp_ctrl_timeout()
464 if (curr_time - _this->last_snd_ctrl >= in l2tp_ctrl_timeout()
1125 _this->last_snd_ctrl = curr_time; in l2tp_ctrl_send_packet()
H A Dl2tp.h387 time_t last_snd_ctrl; member