Searched defs:AI_DEFAULT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c43 # ifndef AI_DEFAULT
44 # define AI_DEFAULT 0 /* dummy */ macro
45 # endif /* ! AI_DEFAULT */
104 int flags = AI_DEFAULT|AI_ALL;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h137 #undef AI_DEFAULT macro
138 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG) macro
201 #ifndef AI_DEFAULT
202 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
/illumos-gate/usr/src/head/
H A Dnetdb.h147 #define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG) macro
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c513 #ifndef AI_DEFAULT
514 # define AI_DEFAULT (AI_ADDRCONFIG|AI_V4MAPPED) macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4206 # ifndef AI_DEFAULT
4207 # define AI_DEFAULT 0 /* dummy */ macro
4208 # endif /* ! AI_DEFAULT */
4299 int flags = AI_DEFAULT|AI_ALL;

Completed in 70 milliseconds