Searched refs:conf_is_interface (Results 1 – 1 of 1) sorted by relevance
81 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