Home
last modified time | relevance | path

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

/src/contrib/blocklist/bin/
H A Dconf.c81 static int conf_is_interface(const char *);
277 } else if (pstr != p || strchr(p, '.') || conf_is_interface(p)) { in conf_gethostport()
285 if (conf_is_interface(p)) { in conf_gethostport()
461 conf_is_interface(const char *name) in conf_is_interface() function