Home
last modified time | relevance | path

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

/freebsd/contrib/blocklist/bin/
H A Dconf.c78 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