Searched defs:l2tp_conf (Results 1 – 2 of 2) sorted by relevance
37 struct l2tp_conf { struct39 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 …]
539 l2tpd_reload(l2tpd *_this, struct l2tp_confs *l2tp_conf) in l2tpd_reload()