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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1782 struct addrinfo ai_hint; /* resolution hint */ local
1808 ZERO(ai_hint);
1809 ai_hint.ai_protocol = IPPROTO_TCP;
1810 ai_hint.ai_socktype = SOCK_STREAM;
1811 if (getaddrinfo(host, port, &ai_hint, &ai_list))

Completed in 57 milliseconds