Searched refs:getaddrinfo_sometime (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_intres.h16 * you call getaddrinfo_sometime(name, service, &hints, retry, callback_func, context);
22 extern int getaddrinfo_sometime(const char *, const char *,
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_intres.c20 * implements the two current consumers, getaddrinfo_sometime() and the
105 * Following are implementations of getaddrinfo_sometime() and
108 * getaddrinfo_sometime() getnameinfo_sometime()
231 * getaddrinfo_sometime - uses blocking child to call getaddrinfo then
459 getaddrinfo_sometime( function
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_config.c3374 rc = getaddrinfo_sometime(
3382 "config_trap: getaddrinfo_sometime(%s,%s): %m",
4144 getaddrinfo_sometime(name, "ntp", &hints,
4454 getaddrinfo_sometime("www.cnn.com", "ntp", &hints,
4458 getaddrinfo_sometime("ipv6.google.com", "ntp", &hints,
H A Dntpd.c343 getaddrinfo_sometime("localhost", "ntp", NULL, INITIAL_DNS_RETRY,
H A Dntp_proto.c4318 /* ignore getaddrinfo_sometime() errors, we will retry */
4319 rc = getaddrinfo_sometime(
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dmain.c420 getaddrinfo_sometime(name, "123", &hints, 0,

Completed in 215 milliseconds