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

/freebsd-10.1-release/contrib/apr/network_io/unix/
H A Dsockaddr.c312 struct addrinfo hints, *ai, *ai_list; local
357 error = getaddrinfo(hostname, servname, &hints, &ai_list);
380 error = getaddrinfo(hostname, servname, &hints, &ai_list);
406 ai = ai_list;
442 freeaddrinfo(ai_list);
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c1909 struct addrinfo *ai_list; /* resolution result */ local
1937 if (getaddrinfo(host, port, &ai_hint, &ai_list))
1940 for (ai = ai_list; ai && (fd == -1); ai = ai->ai_next) {
1951 freeaddrinfo(ai_list);
H A Dntp_config.c2278 struct addrinfo * ai_list; local
2501 ai_list = NULL;
2541 ai_list = NULL;
2548 &ai_list);
2556 INSIST(ai_list != NULL);
2557 pai = ai_list;
2611 if (ai_list != NULL)
2612 freeaddrinfo(ai_list);

Completed in 123 milliseconds