Home
last modified time | relevance | path

Searched refs:frontend_conf (Results 1 – 4 of 4) sorted by relevance

/openbsd/sbin/dhcp6leased/
H A Dfrontend.c90 struct dhcp6leased_conf *frontend_conf; variable
126 frontend_conf = config_new_empty(); in frontend()
208 config_clear(frontend_conf); in frontend_shutdown()
397 ifaces = changed_ifaces(frontend_conf, nconf); in frontend_dispatch_main()
398 merge_config(frontend_conf, nconf); in frontend_dispatch_main()
816 iface_conf = find_iface_conf(&frontend_conf->iface_list, if_name); in build_packet()
913 if (message_type == DHCPSOLICIT && frontend_conf->rapid_commit) { in build_packet()
/openbsd/sbin/dhcpleased/
H A Dfrontend.c105 struct dhcpleased_conf *frontend_conf; variable
137 frontend_conf = config_new_empty(); in frontend()
205 config_clear(frontend_conf); in frontend_shutdown()
417 ifaces = changed_ifaces(frontend_conf, nconf); in frontend_dispatch_main()
418 merge_config(frontend_conf, nconf); in frontend_dispatch_main()
946 iface_conf = find_iface_conf(&frontend_conf->iface_list, if_name); in build_packet()
/openbsd/usr.sbin/rad/
H A Dfrontend.c168 struct rad_conf *frontend_conf; variable
202 frontend_conf = config_new_empty(); in frontend()
283 config_clear(frontend_conf); in frontend_shutdown()
470 merge_config(frontend_conf, nconf); in frontend_dispatch_main()
902 SIMPLEQ_FOREACH(ra_iface_conf, &frontend_conf->ra_iface_list, entry) { in merge_ra_interfaces()
958 &frontend_conf->ra_iface_list, ra_iface->conf_name); in merge_ra_interfaces()
1191 ra_iface_conf = find_ra_iface_conf(&frontend_conf->ra_iface_list, in build_packet()
/openbsd/sbin/unwind/
H A Dfrontend.c157 struct uw_conf *frontend_conf; variable
197 frontend_conf = config_new_empty(); in frontend()
280 config_clear(frontend_conf); in frontend_shutdown()
375 merge_config(frontend_conf, nconf); in frontend_dispatch_main()
376 if (frontend_conf->blocklist_file == NULL) in frontend_dispatch_main()
795 if (frontend_conf->blocklist_log) in handle_query()