Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh.c1445 int errgai; in main() local
1451 errgai = getaddrinfo(host, NULL, &hints, &ai); in main()
1452 if (errgai == 0) { in main()