Home | History | Annotate | Download | only in libpcap

Lines Matching defs:ai_family

758 		hints.ai_family = PF_UNSPEC;
923 int ai_family; /* temp, keeps the address family used by the control connection */
963 * Tip: I cannot save the ai_family of the ctrl sock in the pcap_t struct,
973 ai_family = ((struct sockaddr_storage *) &saddr)->ss_family;
997 hints.ai_family = ai_family; /* Use the same address family of the control socket */
1133 hints.ai_family = ai_family; /* Use the same address family of the control socket */
2090 hints.ai_family = PF_UNSPEC;