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

/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c2186 int error = 0, af_error = 0;
2360 if (af_error == 0) { /* save intermediate hostnames for retry */
2369 if (family == AF_UNSPEC && af_error == 0 &&
2371 af_error = 1;
2389 if (family == AF_UNSPEC && af_error == 0 &&
2391 af_error = 1;
2429 if (family == AF_UNSPEC && af_error == 0 &&
2431 af_error = 1;
2457 if (af_error != 0)
2178 int error = 0, af_error = 0; local

Completed in 235 milliseconds