Re-enable hardware UDP/TCP checksum calculation with pseudo header on
[dragonfly/port-amd64.git] / contrib / wpa_supplicant-0.4.9 / config_types.h
blob12b57cb4acf1e46ab6eb0551f3765430731f710d
1 #ifndef CONFIG_TYPES_H
2 #define CONFIG_TYPES_H
4 struct hostapd_ip_addr {
5 union {
6 struct in_addr v4;
7 #ifdef CONFIG_IPV6
8 struct in6_addr v6;
9 #endif /* CONFIG_IPV6 */
10 } u;
11 int af; /* AF_INET / AF_INET6 */
14 #endif /* CONFIG_TYPES_H */