Home | History | Annotate | Download | only in libpcap

Lines Matching refs:hints

3290 			  struct addrinfo hints, *res;
3291 memset(&hints, 0, sizeof(hints));
3292 hints.ai_family = AF_INET6;
3293 hints.ai_flags = AI_NUMERICHOST;
3294 if (getaddrinfo(pcap_text, NULL, &hints, &res))