Searched refs:ZONE_GET_INT (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | nsd-checkconf.c | 70 #define ZONE_GET_INT(NAME, VAR, PATTERN) \ macro 359 ZONE_GET_INT(ixfr_size, o, zone->pattern); in config_print_zone() 360 ZONE_GET_INT(ixfr_number, o, zone->pattern); in config_print_zone() 385 ZONE_GET_INT(max_refresh_time, o, p); in config_print_zone() 386 ZONE_GET_INT(min_refresh_time, o, p); in config_print_zone() 387 ZONE_GET_INT(max_retry_time, o, p); in config_print_zone() 388 ZONE_GET_INT(min_retry_time, o, p); in config_print_zone() 389 ZONE_GET_INT(min_expire_time, o, p); in config_print_zone() 390 ZONE_GET_INT(size_limit_xfr, o, p); in config_print_zone() 396 ZONE_GET_INT(ixfr_size, o, p); in config_print_zone() [all …]
|