Searched refs:oconf (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/ifstated/ |
| D | ifstated.c | 672 clear_config(struct ifsd_config *oconf) in clear_config() argument 679 while ((state = TAILQ_FIRST(&oconf->states)) != NULL) { in clear_config() 680 TAILQ_REMOVE(&oconf->states, state, entries); in clear_config() 686 remove_action(oconf->initstate.init, &oconf->initstate); in clear_config() 687 remove_action(oconf->initstate.body, &oconf->initstate); in clear_config() 688 free(oconf); in clear_config()
|
| /openbsd/src/sbin/dhcpleased/ |
| D | frontend.c | 1248 changed_ifaces(struct dhcpleased_conf *oconf, struct dhcpleased_conf *nconf) in changed_ifaces() argument 1257 SIMPLEQ_FOREACH(iface_conf, &oconf->iface_list, entry) in changed_ifaces() 1267 oiface_conf = find_iface_conf(&oconf->iface_list, in changed_ifaces() 1277 SIMPLEQ_FOREACH(oiface_conf, &oconf->iface_list, entry) { in changed_ifaces()
|
| /openbsd/src/sbin/unwind/ |
| D | resolver.c | 2227 resolvers_to_restart(struct uw_conf *oconf, struct uw_conf *nconf) in resolvers_to_restart() argument 2233 if (check_forwarders_changed(&oconf->uw_forwarder_list, in resolvers_to_restart() 2238 if (check_forwarders_changed(&oconf->uw_dot_forwarder_list, in resolvers_to_restart() 2244 if (oconf->enabled_resolvers[i] != nconf->enabled_resolvers[i]) in resolvers_to_restart()
|