Searched refs:check_host (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/tcp_wrappers/
H A Dtcpdchk.c81 static int check_host();
311 if ((host = split_at(cp + 1, '@')) != 0 && check_host(host) > 1) {
341 check_host(host);
343 check_host(cp);
434 /* check_host - criticize host pattern */
436 static int check_host(pat) function
472 check_host(cp);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c144 check_host(krb5_context context, const char *path, char *data) function
397 { "http_proxy", krb5_config_string, check_host /* XXX */ },
454 { "kdc", krb5_config_string, check_host },
455 { "admin_server", krb5_config_string, check_host },
456 { "kpasswd_server", krb5_config_string, check_host },
457 { "krb524_server", krb5_config_string, check_host },

Completed in 104 milliseconds