Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/npppd/l2tp/
Dl2tp_conf.h45 int hello_timeout; member
Dl2tp_ctrl.c200 _this->hello_timeout = L2TP_CTRL_DEFAULT_HELLO_TIMEOUT; in l2tp_ctrl_init()
223 if (L2TP_CTRL_CONF(_this)->hello_timeout != 0) in l2tp_ctrl_reload()
224 _this->hello_timeout = L2TP_CTRL_CONF(_this)->hello_timeout; in l2tp_ctrl_reload()
390 _this->hello_timeout) { in l2tp_ctrl_timeout()
Dl2tp.h402 int hello_timeout; member
/openbsd/src/usr.sbin/npppd/npppd/
Dparse.y414 curr_tunnconf->proto.l2tp.hello_timeout = $2;