Searched refs:NI_NUMERICSERV (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.9.5/ruby-104/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.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/include/
H A Dgai.h79 #define NI_NUMERICSERV 8 macro
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetnameinfo_verified.c68 flags | NI_NUMERICSERV);
92 flags | NI_NUMERICSERV | NI_NUMERICHOST);
H A Dgetnameinfo.c70 if (flags & NI_NUMERICSERV) {
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Daddrinfo.h140 #ifndef NI_NUMERICSERV
141 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Daddrinfo.h114 #ifndef NI_NUMERICSERV
115 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Daddrinfo.h78 #define NI_NUMERICSERV 0x00000008 macro
H A Dgetnameinfo.c130 } else if (flags & NI_NUMERICSERV) {
/macosx-10.9.5/rsync-42/rsync/lib/
H A Daddrinfo.h91 #define NI_NUMERICSERV 0x00000008 macro
H A Dgetnameinfo.c122 } else if (flags & NI_NUMERICSERV) {
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dfake-rfc2553.h99 #ifndef NI_NUMERICSERV
100 # define NI_NUMERICSERV (1<<2) macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dnetdb.h141 #undef NI_NUMERICSERV macro
148 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dnetdb.h141 #undef NI_NUMERICSERV macro
148 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Daddrinfo.h61 #undef NI_NUMERICSERV macro
127 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Dnetdb.h.in150 #undef NI_NUMERICSERV
157 #define NI_NUMERICSERV 0x00000008
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dvar.h75 #define NIFLAGS (NI_NUMERICHOST | NI_NUMERICSERV)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/include/
H A Dconfig.h194 #define NI_NUMERICSERV 8 macro
/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h210 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dsaslauthd.h300 #define NI_NUMERICSERV 8 macro
H A Dauth_rimap.c336 niflags = (NI_NUMERICHOST | NI_NUMERICSERV);
352 pbuf, (socklen_t)sizeof(pbuf), NI_NUMERICSERV) != 0)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/
H A Dconfig.h543 #define NI_NUMERICSERV 8 macro
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h148 #undef NI_NUMERICSERV macro
155 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h246 #define NI_NUMERICSERV 0x00000008 macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/Common/
H A Dpfkey_dump.c472 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
544 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
572 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
691 const int niflag = NI_NUMERICSERV;

Completed in 181 milliseconds

123