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

1234

/macosx-10.10.1/bind9-45.101/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.10.1/rsync-45/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.10.1/ntp-92/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.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/include/
H A Dgai.h76 #define AI_NUMERICHOST 4 macro
/macosx-10.10.1/libpcap-48/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.10.1/passwordserver_sasl-193/cyrus_sasl/win32/include/
H A Dconfig.h191 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
192 #define AI_NUMERICHOST 4 macro
/macosx-10.10.1/tcpdump-61/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.10.1/ruby-106/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.10.1/ntp-92/libntp/
H A Ddecodenetnum.c43 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfake-rfc2553.h109 #ifndef AI_NUMERICHOST
110 # define AI_NUMERICHOST (1<<2) macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dnetdb.h107 #undef AI_NUMERICHOST macro
111 #define AI_NUMERICHOST 0x00000004 macro
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dnetdb.h107 #undef AI_NUMERICHOST macro
111 #define AI_NUMERICHOST 0x00000004 macro
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dsaslauthd.h323 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
324 #define AI_NUMERICHOST 4 macro
H A Dsaslauthd.h.in322 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
323 #define AI_NUMERICHOST 4
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/
H A Dconfig.h581 #ifndef AI_NUMERICHOST /* support glibc 2.0.x */
582 #define AI_NUMERICHOST 4 macro
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/include/irs/
H A Dnetdb.h.in116 #undef AI_NUMERICHOST
120 #define AI_NUMERICHOST 0x00000004
/macosx-10.10.1/network_cmds-457/mnc.tproj/
H A Dmnc_opts.c148 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.10.1/postfix-255/postfix/auxiliary/name-addr-test/
H A Dgetnameinfo.c50 hints.ai_flags |= AI_NUMERICHOST;
/macosx-10.10.1/Libinfo-459/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.10.1/rsync-45/rsync/
H A Daccess.c100 #ifdef AI_NUMERICHOST
101 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.10.1/lukemftp-14/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.10.1/curl-83.1.2/curl/lib/
H A Dhostip6.c205 hints.ai_flags = AI_NUMERICHOST;
/macosx-10.10.1/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.10.1/Heimdal-398.1.2/lib/roken/
H A Droken-common.h220 #ifndef AI_NUMERICHOST
221 #define AI_NUMERICHOST 0x04 macro
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h114 #undef AI_NUMERICHOST macro
118 #define AI_NUMERICHOST 0x00000004 macro

Completed in 323 milliseconds

1234