Searched refs:ai_res (Results 1 – 1 of 1) sorted by relevance
597 addrinfo* ai_res = nullptr; in startServer() local599 &ai_hints, &ai_res); in startServer()600 ScopedAddrinfo ai_res_cleanup(ai_res); in startServer()606 for (const addrinfo* ai = ai_res ; ai ; ai = ai->ai_next) { in startServer()