Home
last modified time | relevance | path

Searched refs:tunn (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dparse.y901 struct tunnconf *tunn; variable
905 if ((tunn = tunnconf_find($4)) == NULL) {
926 if (tunn->pipex == 0 && iface->is_pppx) {
941 n->tunnconf = tunn;
1433 struct tunnconf *tunn, *tunn0; local
1439 TAILQ_FOREACH_SAFE(tunn, &xconf->tunnconfs, entry, tunn0) {
1440 tunnconf_fini(tunn);
1536 struct tunnconf *tunn; local
1538 TAILQ_FOREACH(tunn, &conf->tunnconfs, entry) {
1539 if (strcmp(tunn->name, name) == 0)
[all …]
H A Dnpppd.c241 struct tunnconf *tunn; in npppd_init() local
297 TAILQ_FOREACH(tunn, &_this->conf.tunnconfs, entry) { in npppd_init()
298 if (tunn->pipex) { in npppd_init()