Home | History | Annotate | Download | only in net

Lines Matching full:nextres

480 	struct addrinfo** nextres = res;
549 *nextres = ai;
550 nextres = &ai->ai_next;