HomeSort by: relevance | last modified time | path
    Searched refs:metrics_interface (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nsd/dist/
metrics.c 265 if(cfg->metrics_interface) {
267 for(p = cfg->metrics_interface; p; p = p->next) {
nsd-checkconf.c 472 SERV_GET_IP(metrics_interface, metrics_interface, o);
745 for(ip = opt->metrics_interface; ip; ip=ip->next)
options.h 184 struct ip_address_option* metrics_interface; member in struct:nsd_options
configparser.y 659 struct ip_address_option *ip = cfg_parser->opt->metrics_interface;
661 cfg_parser->opt->metrics_interface = $2;
configparser.c 2381 struct ip_address_option *ip = cfg_parser->opt->metrics_interface;
2383 cfg_parser->opt->metrics_interface = (yyvsp[0].ip);
options.c 175 opt->metrics_interface = NULL;
3100 resolve_interface_names_for_ref(&options->metrics_interface,

Completed in 34 milliseconds