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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c4195 int ai_result; local
4204 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))
4206 if (ai_result == EVUTIL_EAI_SYSTEM)
4210 evutil_gai_strerror(ai_result));
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c4362 int ai_result; local
4371 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))
4373 if (ai_result == EVUTIL_EAI_SYSTEM)
4377 evutil_gai_strerror(ai_result));

Completed in 106 milliseconds