Searched refs:frontend_ai_res (Results 1 – 1 of 1) sorted by relevance
197 addrinfo* frontend_ai_res = nullptr; in startServer() local199 &frontend_ai_hints, &frontend_ai_res); in startServer()200 ScopedAddrinfo frontend_ai_res_cleanup(frontend_ai_res); in startServer()207 for (const addrinfo* ai = frontend_ai_res ; ai ; ai = ai->ai_next) { in startServer()