Lines Matching defs:oeconf
48 struct ripd_conf *oeconf = NULL;
118 oeconf = xconf;
174 event_set(&oeconf->ev, oeconf->rip_socket, EV_READ|EV_PERSIST,
175 recv_packet, oeconf);
176 event_add(&oeconf->ev, NULL);
179 while ((r = SIMPLEQ_FIRST(&oeconf->redist_list)) != NULL) {
180 SIMPLEQ_REMOVE_HEAD(&oeconf->redist_list, entry);
198 evtimer_set(&oeconf->report_timer, report_timer, oeconf);
265 LIST_FOREACH(iface, &oeconf->iface_list, entry) {
359 LIST_FOREACH(iface, &oeconf->iface_list, entry) {
375 LIST_FOREACH(iface, &oeconf->iface_list, entry) {
389 LIST_FOREACH(iface, &oeconf->iface_list, entry)
406 LIST_FOREACH(iface, &oeconf->iface_list,
429 LIST_FOREACH(iface, &oeconf->iface_list,
468 LIST_FOREACH(iface, &oeconf->iface_list, entry) {
474 while ((iface = LIST_FIRST(&oeconf->iface_list)) != NULL) {
484 close(oeconf->rip_socket);
489 free(oeconf);
501 LIST_FOREACH(iface, &oeconf->iface_list, entry) {
517 LIST_FOREACH(iface, &oeconf->iface_list, entry)