Home
last modified time | relevance | path

Searched refs:tunnconf (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.h93 struct tunnconf { struct
94 TAILQ_ENTRY(tunnconf) entry;
195 struct tunnconf *tunnconf; member
203 TAILQ_HEAD(tunnconfs, tunnconf) tunnconfs;
301 struct tunnconf *npppd_get_tunnconf (npppd *, const char *);
H A Dparse.y72 static void tunnconf_init (struct tunnconf *, int);
73 static void tunnconf_fini (struct tunnconf *);
87 struct tunnconf *curr_tunnconf;
179 struct tunnconf *n;
901 struct tunnconf *tunn;
941 n->tunnconf = tunn;
1433 struct tunnconf *tunn, *tunn0;
1460 tunnconf_fini(struct tunnconf *tun)
1516 extern struct tunnconf tunnconf_default_pppoe;
1533 struct tunnconf *
[all …]
H A Dppp.c127 struct tunnconf *conf; in ppp_init()
250 struct tunnconf *conf; in ppp_dialin_proxy_prepare()
802 struct tunnconf *conf = ppp_get_tunnconf(_this);
1013 struct tunnconf *conf = ppp_get_tunnconf(_this);
1172 struct tunnconf tunnconf_default_l2tp = {
1207 struct tunnconf tunnconf_default_pptp = {
1233 struct tunnconf tunnconf_default_pppoe = {
1261 struct tunnconf *
1264 struct tunnconf *conf;
H A Dnpppd.c241 struct tunnconf *tunn; in npppd_init()
715 struct tunnconf *conf; in npppd_check_calling_number()
2022 if (strcmp(bind->tunnconf->name, ppp->phy_label) != 0) in npppd_ppp_bind_realm()
2149 if (strcmp(bind->tunnconf->name, ppp->phy_label) != 0) in npppd_ppp_bind_iface()
2367 struct tunnconf *
2370 struct tunnconf *conf; in npppd_get_tunnconf()
H A Dccp.c89 struct tunnconf *conf; in ccp_init()
H A Dipcp.c107 struct tunnconf *conf; in ipcp_init()
H A Dppp.h785 struct tunnconf *ppp_get_tunnconf(npppd_ppp *);
H A Dlcp.c115 struct tunnconf *conf; in lcp_init()
1057 struct tunnconf *conf; in lcp_load_authconfig()
H A Dmppe.c102 struct tunnconf *conf; in mppe_init()
H A Dchap.c131 struct tunnconf *conf; in chap_init()