Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp_conf.h46 bool data_use_seq; member
H A Dl2tp.h409 data_use_seq:1, member
H A Dl2tp_ctrl.c220 _this->data_use_seq = L2TP_CTRL_CONF(_this)->data_use_seq; in l2tp_ctrl_reload()
H A Dl2tp_call.c100 _this->use_seq = ctrl->data_use_seq; in l2tp_call_init()
/openbsd/usr.sbin/npppd/npppd/
H A Dppp.c1136 .data_use_seq = true,
H A Dparse.y420 curr_tunnconf->proto.l2tp.data_use_seq = $2;
H A Dnpppd.c1130 if (l2tpctrl->data_use_seq) in npppd_ppp_pipex_enable()