Lines Matching defs:next
15 * The above copyright notice and this permission notice (including the next
60 struct ares_addrinfo_node *next;
90 next = ai->nodes;
91 while (next) {
92 if (next->ai_family == family) {
95 next = next->ai_next;
103 next_cname = next_cname->next;
115 next_cname = next_cname->next) {
164 for (next = ai->nodes; next != NULL; next = next->ai_next) {
165 if (next->ai_family != family) {
172 &(CARES_INADDR_CAST(struct sockaddr_in6 *, next->ai_addr)->sin6_addr),
178 &(CARES_INADDR_CAST(struct sockaddr_in *, next->ai_addr)->sin_addr),
209 struct ares_addrinfo_node *next;
240 next_cname = next_cname->next;
243 for (next = ai->nodes; next != NULL; next = next->ai_next) {
244 if (next->ai_family != family) {
253 if (next->ai_ttl > cname_ttl) {
256 addr6ttls[*naddrttls].ttl = next->ai_ttl;
261 &(CARES_INADDR_CAST(struct sockaddr_in6 *, next->ai_addr)->sin6_addr),
264 if (next->ai_ttl > cname_ttl) {
267 addrttls[*naddrttls].ttl = next->ai_ttl;
271 &(CARES_INADDR_CAST(struct sockaddr_in *, next->ai_addr)->sin_addr),