• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/

Lines Matching refs:ai_next

279 		next = ai->ai_next;
327 sentinel.ai_next = NULL;
337 pai->ai_next = NULL;
344 hints->ai_addr || hints->ai_next)
427 error = explore_null(pai, hostname, servname, &cur->ai_next);
429 error = explore_numeric_scope(pai, hostname, servname, &cur->ai_next);
434 while (cur && cur->ai_next)
435 cur = cur->ai_next;
443 if (sentinel.ai_next)
487 &cur->ai_next);
489 while (cur && cur->ai_next)
490 cur = cur->ai_next;
495 if (sentinel.ai_next)
501 if (sentinel.ai_next) {
503 *res = sentinel.ai_next;
510 if (sentinel.ai_next)
511 freeaddrinfo(sentinel.ai_next);
540 sentinel.ai_next = NULL;
650 GET_AI(cur->ai_next, afd, ap);
651 GET_PORT(cur->ai_next, servname);
663 get_name(ap, afd, &cur->ai_next,
667 while (cur && cur->ai_next)
668 cur = cur->ai_next;
671 *res = sentinel.ai_next;
683 if (sentinel.ai_next)
684 freeaddrinfo(sentinel.ai_next);
707 sentinel.ai_next = NULL;
730 GET_AI(cur->ai_next, afd, afd->a_addrany);
732 * GET_CANONNAME(cur->ai_next, "anyaddr");
734 GET_PORT(cur->ai_next, servname);
736 GET_AI(cur->ai_next, afd, afd->a_loopback);
738 * GET_CANONNAME(cur->ai_next, "localhost");
740 GET_PORT(cur->ai_next, servname);
742 cur = cur->ai_next;
744 *res = sentinel.ai_next;
748 if (sentinel.ai_next)
749 freeaddrinfo(sentinel.ai_next);
771 sentinel.ai_next = NULL;
810 GET_AI(cur->ai_next, afd, pton);
811 GET_PORT(cur->ai_next, servname);
823 get_name(pton, afd, &cur->ai_next,
826 while (cur && cur->ai_next)
827 cur = cur->ai_next;
832 *res = sentinel.ai_next;
837 if (sentinel.ai_next)
838 freeaddrinfo(sentinel.ai_next);
900 for (cur = *res; cur; cur = cur->ai_next) {