Searched refs:max_client_subnet_ipv4 (Results 1 – 5 of 5) sorted by relevance
330 cfg->max_client_subnet_ipv4, &delfunc, in get_tree()601 qstate->env->cfg->max_client_subnet_ipv4) { in eval_response()603 qstate->env->cfg->max_client_subnet_ipv4; in eval_response()661 ecs->subnet_source_mask = cfg->max_client_subnet_ipv4; in subnet_option_from_ss()870 qstate->env->cfg->max_client_subnet_ipv4) in subnetmod_operate()872 qstate->env->cfg->max_client_subnet_ipv4; in subnetmod_operate()
268 uint8_t max_client_subnet_ipv4; member
665 cfg_parser->cfg->max_client_subnet_ipv4 = 32;667 cfg_parser->cfg->max_client_subnet_ipv4 = 0;668 else cfg_parser->cfg->max_client_subnet_ipv4 = (uint8_t)atoi($2);
224 cfg->max_client_subnet_ipv4 = 24; in config_create()1204 else O_DEC(opt, "max-client-subnet-ipv4", max_client_subnet_ipv4) in config_get_option()
3297 cfg_parser->cfg->max_client_subnet_ipv4 = 32; in yyparse()3299 cfg_parser->cfg->max_client_subnet_ipv4 = 0; in yyparse()3300 else cfg_parser->cfg->max_client_subnet_ipv4 = (uint8_t)atoi((yyvsp[0].str)); in yyparse()