Home | History | Annotate | Download | only in whois

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) {