Lines Matching refs:hints
3679 struct addrinfo hints, *res;3680 memset(&hints, 0, sizeof(hints));3681 hints.ai_family = AF_INET6;3682 hints.ai_flags = AI_NUMERICHOST;3683 if (getaddrinfo(pcap_text, NULL, &hints, &res))