Searched defs:AI_ALL (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c38 # ifndef AI_ALL
39 # define AI_ALL 0 /* dummy */ macro
40 # endif /* ! AI_ALL */
104 int flags = AI_DEFAULT|AI_ALL;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h135 #undef AI_ALL macro
136 #define AI_ALL 0 macro
198 #ifndef AI_ALL
199 # define AI_ALL 0 macro
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c528 #ifndef AI_ALL
529 # define AI_ALL 0 macro
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4213 # ifndef AI_ALL
4214 # define AI_ALL 0 /* dummy */ macro
4215 # endif /* ! AI_ALL */
4297 int flags = AI_DEFAULT|AI_ALL;

Completed in 60 milliseconds