Searched refs:NI_NUMERICHOST (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.10.1/ruby-106/ruby/sample/
H A Ddualstack-fetch.rb41 Socket::NI_NUMERICHOST|Socket::NI_NUMERICSERV)
H A Ddualstack-httpd.rb16 n = Socket.getnameinfo(s.getsockname, Socket::NI_NUMERICHOST|Socket::NI_NUMERICSERV).join(" port ")
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/include/
H A Dgai.h77 #define NI_NUMERICHOST 2 macro
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetnameinfo.c149 flags |= NI_NUMERICHOST;
152 flags |= NI_NUMERICHOST;
166 flags |= NI_NUMERICHOST;
170 flags |= NI_NUMERICHOST;
172 flags |= NI_NUMERICHOST;
181 } else if (flags & NI_NUMERICHOST) {
H A Daddrinfo.h76 #define NI_NUMERICHOST 0x00000002 macro
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h134 #ifndef NI_NUMERICHOST
135 #define NI_NUMERICHOST 0x00000002 macro
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Daddrinfo.h108 #ifndef NI_NUMERICHOST
109 #define NI_NUMERICHOST 0x00000002 macro
H A Dgetnameinfo.c174 flags |= NI_NUMERICHOST;
177 flags |= NI_NUMERICHOST;
191 flags |= NI_NUMERICHOST;
195 flags |= NI_NUMERICHOST;
198 flags |= NI_NUMERICHOST;
212 } else if (flags & NI_NUMERICHOST) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dgetnameinfo.c84 if (flags & NI_NUMERICHOST) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dgetnameinfo.c82 if (flags & NI_NUMERICHOST) {
/macosx-10.10.1/rsync-45/rsync/lib/
H A Daddrinfo.h89 #define NI_NUMERICHOST 0x00000002 macro
H A Dgetnameinfo.c138 flags |= NI_NUMERICHOST;
141 flags |= NI_NUMERICHOST;
147 flags |= NI_NUMERICHOST;
153 } else if (flags & NI_NUMERICHOST) {
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfake-rfc2553.h93 #ifndef NI_NUMERICHOST
94 # define NI_NUMERICHOST (1) macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dnetdb.h139 #undef NI_NUMERICHOST macro
146 #define NI_NUMERICHOST 0x00000002 macro
/macosx-10.10.1/ntp-92/include/
H A Dntp_rfc2553.h206 #ifndef NI_NUMERICHOST
208 #define NI_NUMERICHOST 0x00000002 macro
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dnetdb.h139 #undef NI_NUMERICHOST macro
146 #define NI_NUMERICHOST 0x00000002 macro
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dgetnameinfo.c42 * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
158 flags |= NI_NUMERICHOST;
161 flags |= NI_NUMERICHOST;
175 flags |= NI_NUMERICHOST;
179 flags |= NI_NUMERICHOST;
182 flags |= NI_NUMERICHOST;
196 } else if (flags & NI_NUMERICHOST) {
/macosx-10.10.1/ntp-92/sntp/
H A Dutilities.c119 INET6_ADDRSTRLEN, NULL, 0, NI_NUMERICHOST);
137 INET6_ADDRSTRLEN, NULL, 0, NI_NUMERICHOST);
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Daddrinfo.h59 #undef NI_NUMERICHOST macro
125 #define NI_NUMERICHOST 0x00000002 macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetnameinfo_verified.c92 flags | NI_NUMERICSERV | NI_NUMERICHOST);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dcanohost.c73 NULL, 0, NI_NUMERICHOST) != 0)
74 fatal("get_remote_hostname: getnameinfo NI_NUMERICHOST failed");
129 sizeof(ntop2), NULL, 0, NI_NUMERICHOST) == 0 &&
289 if ((p = get_socket_address(sock, 1, NI_NUMERICHOST)) != NULL)
299 if ((p = get_socket_address(sock, 0, NI_NUMERICHOST)) != NULL)
/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-gai.c50 NULL, 0, NI_NUMERICHOST);
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/
H A Dgetnameinfo.c66 * \li #NI_NUMERICHOST
227 flags |= NI_NUMERICHOST;
230 flags |= NI_NUMERICHOST;
236 flags |= NI_NUMERICHOST;
248 } else if ((flags & NI_NUMERICHOST) != 0) {
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/include/irs/
H A Dnetdb.h.in148 #undef NI_NUMERICHOST
155 #define NI_NUMERICHOST 0x00000002
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetnameinfo.c77 * \li #NI_NUMERICHOST
248 flags |= NI_NUMERICHOST;
251 flags |= NI_NUMERICHOST;
257 flags |= NI_NUMERICHOST;
266 } else if (flags & NI_NUMERICHOST) {

Completed in 170 milliseconds

12345