Lines Matching refs:ai
184 struct addrinfo hints, *res, *ai;199 for (s = -1, ai = res; ai != NULL; ai = ai->ai_next) {200 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);206 if (connect(s, ai->ai_addr, ai->ai_addrlen) < 0) {
Indexes created Wed Oct 29 03:09:52 GMT 2025