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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c1609 int ai_result;
1615 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
1616 if ( ai_result == EAI_SYSTEM )
1619 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
1723 int ai_result; local
1730 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
1731 if ( ai_result == EAI_SYSTEM )
1734 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c2738 int ai_result;
2744 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
2745 if ( ai_result == EAI_SYSTEM )
2748 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
2850 int ai_result; local
2857 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
2858 if ( ai_result == EAI_SYSTEM )
2861 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c2678 int ai_result;
2684 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
2685 if ( ai_result == EAI_SYSTEM )
2688 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
2784 int ai_result; local
2791 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
2792 if ( ai_result == EAI_SYSTEM )
2795 event_warnx("getaddrinfo: %s", gai_strerror(ai_result));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c3857 int ai_result; local
3866 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))
3868 if (ai_result == EVUTIL_EAI_SYSTEM)
3872 evutil_gai_strerror(ai_result));

Completed in 91 milliseconds