|
@@ -63,6 +63,15 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
#include <sys/utsname.h>
|
|
|
#include <net/if.h>
|
|
|
|
|
|
+
|
|
|
+ * the public header since we don't want people to use them. */
|
|
|
+#define AI_V4MAPPED 0x0008
|
|
|
+#define AI_ALL 0x0010
|
|
|
+#define AI_ADDRCONFIG 0x0020
|
|
|
+ returned address type. */
|
|
|
+#define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG)
|
|
|
+
|
|
|
+
|
|
|
#define GAIH_OKIFUNSPEC 0x0100
|
|
|
#define GAIH_EAI ~(GAIH_OKIFUNSPEC)
|
|
|
|