Searched refs:ai_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c342 struct addrinfo hints, *ai, *ai_list; local
397 error = getaddrinfo(hostname, servname, &hints, &ai_list);
420 error = getaddrinfo(hostname, servname, &hints, &ai_list);
446 ai = ai_list;
482 freeaddrinfo(ai_list);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1783 struct addrinfo *ai_list; /* resolution result */ local
1811 if (getaddrinfo(host, port, &ai_hint, &ai_list))
1814 for (ai = ai_list; ai && (fd == -1); ai = ai->ai_next) {
1825 freeaddrinfo(ai_list);
H A Dntp_config.c2539 struct addrinfo * ai_list; local
2778 ai_list = NULL;
2818 ai_list = NULL;
2825 &ai_list);
2833 INSIST(ai_list != NULL);
2834 pai = ai_list;
2888 if (ai_list != NULL)
2889 freeaddrinfo(ai_list);

Completed in 85 milliseconds