Searched refs:resolve_host (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_dane.c | 605 static TLS_DANE *resolve_host(const char *host, const char *proto, in resolve_host() function 690 dane = resolve_host(hostrr->rname, proto, port); in tls_dane_resolve() 697 dane = resolve_host(hostrr->qname, proto, port); in tls_dane_resolve()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ssh.c | 244 resolve_host(const char *name, int port, int logerr, char *cname, size_t clen) in resolve_host() function 466 if ((addrs = resolve_host(fullhost, port, 0, in resolve_canonicalize() 491 if ((addrs = resolve_host(fullhost, port, 0, in resolve_canonicalize() 1245 if ((addrs = resolve_host(host, options.port, in main() 1600 if ((addrs = resolve_host(host, options.port, 1, in main()
|