Searched refs:confbind (Results 1 – 3 of 3) sorted by relevance
215 struct confbind { struct216 TAILQ_ENTRY(confbind) entry;229 TAILQ_HEAD(confbinds, confbind) confbinds; argument
984 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);
2008 struct confbind *bind; in npppd_ppp_bind_realm() 2143 struct confbind *bind; in npppd_ppp_bind_iface()