Searched refs:eai_err (Results 1 – 1 of 1) sorted by relevance
704 int eai_err; in adt_get_hostIP() local707 ((eai_err = getaddrinfo(hostname, NULL, NULL, &ai)) != 0)) { in adt_get_hostIP()716 "failed[%s]", hostname, gai_strerror(eai_err)); in adt_get_hostIP()719 if (eai_err != EAI_AGAIN) { in adt_get_hostIP()