Searched refs:conf_is_interface (Results 1 – 1 of 1) sorted by relevance
78 static int conf_is_interface(const char *);272 } else if (pstr != p || strchr(p, '.') || conf_is_interface(p)) { in conf_gethostport()280 if (conf_is_interface(p)) { in conf_gethostport()454 conf_is_interface(const char *name) in conf_is_interface() function