Home
last modified time | relevance | path

Searched refs:interface_actions (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/unbound/util/
H A Dconfig_file.h491 struct config_str2list* interface_actions; member
H A Dconfig_file.c1350 else O_LS2(opt, "interface-action", interface_actions) in config_get_option()
1725 config_deldblstrlist(cfg->interface_actions); in config_delete()
H A Dconfigparser.y2006 &cfg_parser->cfg->interface_actions, $2, $3))
H A Dconfigparser.c5153 &cfg_parser->cfg->interface_actions, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
/freebsd-14.2/contrib/unbound/daemon/
H A Dacl_list.c751 if(!read_acl_interface_action(acl_interface, cfg->interface_actions, in acl_interface_apply_cfg()