Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/util/
Dconfig_file.h1256 int cfg_mark_ports(const char* str, int allow, int* avail, int num);
Dconfig_file.c506 return cfg_mark_ports(val, 1, in config_set_option()
509 return cfg_mark_ports(val, 0, in config_set_option()
1751 cfg_mark_ports(const char* str, int allow, int* avail, int num) in cfg_mark_ports() function
Dconfigparser.y796 if(!cfg_mark_ports($2, 1,
805 if(!cfg_mark_ports($2, 0,