pppoe_conf
struct pppoe_conf pppoe;
struct pppoe_conf *conf;
TAILQ_HEAD(pppoe_confs, pppoe_conf);
TAILQ_ENTRY(pppoe_conf) entry;
pppoed_reload(pppoed *_this, struct pppoe_confs *pppoe_conf)
struct pppoe_conf *conf;
struct pppoe_conf *conf;
TAILQ_FOREACH(conf, pppoe_conf, entry) {