Loading ares/ares_ipv6.h +5 −0 Original line number Diff line number Diff line Loading @@ -29,8 +29,13 @@ struct in6_addr #endif #ifndef NS_IN6ADDRSZ #if SIZEOF_STRUCT_IN6_ADDR == 0 /* We cannot have it set to zero, so we pick a fixed value here */ #define NS_IN6ADDRSZ 16 #else #define NS_IN6ADDRSZ SIZEOF_STRUCT_IN6_ADDR #endif #endif #ifndef NS_INADDRSZ #define NS_INADDRSZ SIZEOF_STRUCT_IN_ADDR Loading Loading
ares/ares_ipv6.h +5 −0 Original line number Diff line number Diff line Loading @@ -29,8 +29,13 @@ struct in6_addr #endif #ifndef NS_IN6ADDRSZ #if SIZEOF_STRUCT_IN6_ADDR == 0 /* We cannot have it set to zero, so we pick a fixed value here */ #define NS_IN6ADDRSZ 16 #else #define NS_IN6ADDRSZ SIZEOF_STRUCT_IN6_ADDR #endif #endif #ifndef NS_INADDRSZ #define NS_INADDRSZ SIZEOF_STRUCT_IN_ADDR Loading