HomeSort by: relevance | last modified time | path
    Searched refs:NI_DGRAM (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d 108 NI_DGRAM
217 enum NI_DGRAM = 16;
301 enum NI_DGRAM = 0x10;
385 enum NI_DGRAM = 0x10;
490 enum NI_DGRAM = 0x10;
579 enum NI_DGRAM = 16;
695 enum NI_DGRAM = 0x10;
769 enum NI_DGRAM = 0x0010;
854 enum NI_DGRAM = 0x10;
930 NI_DGRAM = 16
    [all...]
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 128 #undef NI_DGRAM
135 #define NI_DGRAM 0x00000010
  /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in 128 #undef NI_DGRAM
135 #define NI_DGRAM 0x00000010
  /src/tests/include/
t_netdb.c 151 #ifdef NI_DGRAM
155 atf_tc_fail_nonfatal("NI_DGRAM not defined");
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getnameinfo.c 78 if (flags & NI_DGRAM)
roken-common.h 244 #ifndef NI_DGRAM
245 #define NI_DGRAM 0x01
  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 238 #define NI_DGRAM 0x00000010
  /src/external/bsd/ntp/dist/libntp/
socktohost.c 46 gni_flags = NI_DGRAM | NI_NAMEREQD;
  /src/include/
netdb.h 298 #define NI_DGRAM 0x00000010
  /src/usr.bin/getnameinfo/
getnameinfo.c 123 flags |= NI_DGRAM;
  /src/external/bsd/libbind/dist/irs/
getnameinfo.c 158 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
  /src/external/mpl/dhcp/bind/dist/lib/irs/
getnameinfo.c 77 * \li #NI_DGRAM
213 proto = ((flags & NI_DGRAM) != 0) ? "udp" : "tcp";
  /src/external/bsd/libbind/dist/include/
netdb.h 256 #define NI_DGRAM 0x00000010
  /src/lib/libc/net/
getnameinfo.c 302 (flags & NI_DGRAM) ? "udp" : "tcp", &sv, &svd);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d 82 NI_DGRAM = 0x10,
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-osdata.c 850 | (tcp ? 0 : NI_DGRAM));
860 | (tcp ? 0 : NI_DGRAM));
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-osdata.c 850 | (tcp ? 0 : NI_DGRAM));
860 | (tcp ? 0 : NI_DGRAM));
  /src/usr.bin/sockstat/
sockstat.c 657 f |= NI_DGRAM;
  /src/external/ibm-public/postfix/dist/src/util/
myaddrinfo.c 722 NI_NAMEREQD | NI_DGRAM : NI_NAMEREQD);
  /src/usr.bin/fstat/
fstat.c 942 (isdg ? NI_DGRAM : 0);
982 (isdg ? NI_DGRAM : 0);
  /src/usr.sbin/syslogd/
syslogd.c 2780 int niflag = NI_DGRAM;
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 1030 BooleanOption( 0 , "flag-dgram", &gGetNameInfoFlag_DGram, "Use NI_DGRAM flag." ),
6883 CaseFlagStringify( NI_DGRAM ),
6911 if( gGetNameInfoFlag_DGram ) flags |= NI_DGRAM;
    [all...]

Completed in 62 milliseconds