Home | History | Annotate | Download | only in libpcap

Lines Matching refs:hints

3687 			  struct addrinfo hints, *res;
3688 memset(&hints, 0, sizeof(hints));
3689 hints.ai_family = AF_INET6;
3690 hints.ai_flags = AI_NUMERICHOST;
3691 if (getaddrinfo(pcap_text, NULL, &hints, &res))