Searched refs:ai_res (Results 1 – 1 of 1) sorted by relevance
576 addrinfo* ai_res; in startServer() local578 &ai_hints, &ai_res); in startServer()585 for (const addrinfo* ai = ai_res ; ai ; ai = ai->ai_next) { in startServer()600 freeaddrinfo(ai_res); in startServer()