Home
last modified time | relevance | path

Searched refs:cfg_mark_ports (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
HDconfig_file.h1165 int cfg_mark_ports(const char* str, int allow, int* avail, int num);
HDconfig_file.c473 return cfg_mark_ports(val, 1, in config_set_option()
476 return cfg_mark_ports(val, 0, in config_set_option()
1610 cfg_mark_ports(const char* str, int allow, int* avail, int num) in cfg_mark_ports() function
HDconfigparser.y732 if(!cfg_mark_ports($2, 1,
741 if(!cfg_mark_ports($2, 0,