Home
last modified time | relevance | path

Searched defs:l2tp_conf (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_conf.h37 struct l2tp_conf { struct
39 char name[L2TP_NAME_LEN];
40 char *hostname;
41 char *vendor_name;
44 int hello_interval;
45 int hello_timeout;
46 bool data_use_seq;
47 bool require_ipsec;
48 bool accept_dialin;
49 bool lcp_renegotiation;
[all …]
H A Dl2tpd.c539 l2tpd_reload(l2tpd *_this, struct l2tp_confs *l2tp_conf) in l2tpd_reload()