Home | History | Annotate | Download | only in dist

Lines Matching defs:ai_family

1029 	hints.ai_family = PF_UNSPEC;
1100 int ai_family; /* temp, keeps the address family used by the control connection */
1145 * Tip: I cannot save the ai_family of the ctrl sock in the pcap_t struct,
1156 ai_family = ((struct sockaddr_storage *) &saddr)->ss_family;
1181 hints.ai_family = ai_family; /* Use the same address family of the control socket */
1308 hints.ai_family = ai_family; /* Use the same address family of the control socket */
2338 hints.ai_family = PF_UNSPEC;
2942 hints.ai_family = AF_INET; /* PF_UNSPEC to have both IPv4 and IPv6 server */
3133 hints.ai_family = PF_UNSPEC;