Home | History | Annotate | Download | only in libpcap

Lines Matching refs:ai_family

956 	hints.ai_family = PF_UNSPEC;
1028 int ai_family; /* temp, keeps the address family used by the control connection */
1065 * Tip: I cannot save the ai_family of the ctrl sock in the pcap_t struct,
1075 ai_family = ((struct sockaddr_storage *) &saddr)->ss_family;
1099 hints.ai_family = ai_family; /* Use the same address family of the control socket */
1211 hints.ai_family = ai_family; /* Use the same address family of the control socket */
2209 hints.ai_family = PF_UNSPEC;
2400 hints.ai_family = PF_UNSPEC;
2720 hints.ai_family = AF_INET; /* PF_UNSPEC to have both IPv4 and IPv6 server */
2857 hints.ai_family = PF_UNSPEC;