Searched refs:ns_hints (Results 1 – 1 of 1) sorted by relevance
120 struct addrinfo ns_hints = { .ai_socktype = SOCK_DGRAM }; in host_main() local122 if ((ret = getaddrinfo(nsname, "53", &ns_hints, &ai)) < 0) in host_main()