Searched refs:AI_NUMERICHOST (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Daddrinfo.h55 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
57 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
/macosx-10.9.5/rsync-42/rsync/lib/
H A Daddrinfo.h68 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
70 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h140 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
143 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG)
148 #ifndef AI_NUMERICHOST /* such as AIX 4.3 */
149 #define AI_NUMERICHOST 0 macro
159 int ai_flags; /* AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST */
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/include/
H A Dgai.h76 #define AI_NUMERICHOST 4 macro
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Daddrinfo.h60 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
62 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
113 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/include/
H A Dconfig.h190 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
191 #define AI_NUMERICHOST 4 macro
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Daddrinfo.h60 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
62 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Daddrinfo.h51 #undef AI_NUMERICHOST macro
98 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
103 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV)
/macosx-10.9.5/ntp-88/libntp/
H A Ddecodenetnum.c43 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dfake-rfc2553.h109 #ifndef AI_NUMERICHOST
110 # define AI_NUMERICHOST (1<<2) macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dnetdb.h107 #undef AI_NUMERICHOST macro
111 #define AI_NUMERICHOST 0x00000004 macro
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dnetdb.h107 #undef AI_NUMERICHOST macro
111 #define AI_NUMERICHOST 0x00000004 macro
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dsaslauthd.h296 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
297 #define AI_NUMERICHOST 4 macro
H A Dsaslauthd.h.in295 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
296 #define AI_NUMERICHOST 4
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/
H A Dconfig.h539 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
540 #define AI_NUMERICHOST 4 macro
H A Dconfig.h.in538 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
539 #define AI_NUMERICHOST 4
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Dnetdb.h.in116 #undef AI_NUMERICHOST
120 #define AI_NUMERICHOST 0x00000004
/macosx-10.9.5/network_cmds-433/mnc.tproj/
H A Dmnc_opts.c148 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.9.5/postfix-252/postfix/auxiliary/name-addr-test/
H A Dgetnameinfo.c50 hints.ai_flags |= AI_NUMERICHOST;
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h148 int ai_flags; /* AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST */
213 #define AI_NUMERICHOST 0x00000004 /* prevent host name resolution */ macro
218 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
/macosx-10.9.5/rsync-42/rsync/
H A Daccess.c100 #ifdef AI_NUMERICHOST
101 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.9.5/lukemftp-13.92.1/tnftp/
H A Dtnftp.h280 #undef AI_NUMERICHOST macro
281 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro
283 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
302 int ai_flags; /* AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST */
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dhostip6.c205 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Drepmgr.h297 #undef AI_NUMERICHOST macro
298 #define AI_NUMERICHOST 0x04 macro
301 int ai_flags; /* AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST */
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken-common.h220 #ifndef AI_NUMERICHOST
221 #define AI_NUMERICHOST 0x04 macro

Completed in 255 milliseconds

1234