Home
last modified time | relevance | path

Searched refs:confbind (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd.h215 struct confbind { struct
216 TAILQ_ENTRY(confbind) entry;
229 TAILQ_HEAD(confbinds, confbind) confbinds; argument
H A Dparse.y984 struct confbind *n;
1015 if ((n = malloc(sizeof(struct confbind))) == NULL) {
1524 struct confbind *confbind, *confbind0; local
1540 TAILQ_FOREACH_SAFE(confbind, &xconf->confbinds, entry, confbind0) {
1541 free(confbind);
H A Dnpppd.c2008 struct confbind *bind; in npppd_ppp_bind_realm()
2143 struct confbind *bind; in npppd_ppp_bind_iface()