Searched refs:ai_res (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/ntp/include/
H A Dintreswork.h21 const struct addrinfo *ai_res);
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_intres.c316 struct addrinfo * ai_res; local
353 ai_res = NULL;
355 &ai_res);
364 ai = ai_res;
406 ai = ai_res;
423 ai = ai_res;
432 ai = ai_res;
442 freeaddrinfo(ai_res);
604 void gai_test_callback(int rescode, int gai_errno, void *context, const char *name, const char *service, const struct addrinfo *hints, const struct addrinfo *ai_res) argument
613 while (!rescode && NULL != ai_res) {
[all...]

Completed in 94 milliseconds