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

/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Daddrinfo.h143 #ifndef NI_DGRAM
144 #define NI_DGRAM 0x00000010 macro
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Daddrinfo.h117 #ifndef NI_DGRAM
118 #define NI_DGRAM 0x00000010 macro
H A Dgetnameinfo.c155 (flags & NI_DGRAM) ? "udp" : "tcp");
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Daddrinfo.h79 #define NI_DGRAM 0x00000010 macro
H A Dgetnameinfo.c136 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/macosx-10.9.5/rsync-42/rsync/lib/
H A Daddrinfo.h92 #define NI_DGRAM 0x00000010 macro
H A Dgetnameinfo.c126 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dnetdb.h142 #undef NI_DGRAM macro
149 #define NI_DGRAM 0x00000010 macro
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dnetdb.h142 #undef NI_DGRAM macro
149 #define NI_DGRAM 0x00000010 macro
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Daddrinfo.h62 #undef NI_DGRAM macro
128 #define NI_DGRAM 0x00000010 macro
H A Dgetnameinfo.c180 struct servent *sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
H A Dsocket.c1296 hints.ai_socktype = (fl & NI_DGRAM) ? SOCK_DGRAM : SOCK_STREAM;
H A Draddrinfo.c1590 flags |= NI_DGRAM;
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Dnetdb.h.in151 #undef NI_DGRAM
158 #define NI_DGRAM 0x00000010
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetnameinfo.c76 if (flags & NI_DGRAM)
H A Droken-common.h230 #ifndef NI_DGRAM
231 #define NI_DGRAM 0x01 macro
/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h211 #define NI_DGRAM 0x00000010 macro
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h149 #undef NI_DGRAM macro
156 #define NI_DGRAM 0x00000010 macro
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h247 #define NI_DGRAM 0x00000010 macro
/macosx-10.9.5/lukemftp-13.92.1/tnftp/
H A Dtnftp.h270 #undef NI_DGRAM macro
271 #define NI_DGRAM 0x00000010 macro
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dgetnameinfo.c80 * \li #NI_DGRAM
204 proto = (flags & NI_DGRAM) ? "udp" : "tcp";
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetnameinfo.c91 * \li #NI_DGRAM
225 proto = (flags & NI_DGRAM) ? "udp" : "tcp";
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in148 #undef NI_DGRAM
155 #define NI_DGRAM 0x00000010
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dgetnameinfo.c139 (flags & NI_DGRAM) ? "udp" : "tcp");
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmyaddrinfo.c697 NI_NAMEREQD | NI_DGRAM : NI_NAMEREQD);

Completed in 278 milliseconds