Searched refs:NI_DGRAM (Results 1 - 18 of 18) sorted by path

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetnameinfo.c78 if (flags & NI_DGRAM)
H A Droken-common.h244 #ifndef NI_DGRAM
245 #define NI_DGRAM 0x01 macro
/netbsd-current/external/bsd/libbind/dist/include/
H A Dnetdb.h256 #define NI_DGRAM 0x00000010 macro
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetnameinfo.c158 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/netbsd-current/tests/include/
H A Dt_netdb.c151 #ifdef NI_DGRAM
155 atf_tc_fail_nonfatal("NI_DGRAM not defined");
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_rfc2553.h238 #define NI_DGRAM 0x00000010 macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dnetdb.h144 #undef NI_DGRAM macro
151 #define NI_DGRAM 0x00000010 macro
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocktohost.c47 gni_flags = NI_DGRAM | NI_NAMEREQD;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-osdata.c849 | (tcp ? 0 : NI_DGRAM));
859 | (tcp ? 0 : NI_DGRAM));
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-osdata.c901 | (tcp ? 0 : NI_DGRAM));
911 | (tcp ? 0 : NI_DGRAM));
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmyaddrinfo.c722 NI_NAMEREQD | NI_DGRAM : NI_NAMEREQD);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dgetnameinfo.c77 * \li #NI_DGRAM
213 proto = ((flags & NI_DGRAM) != 0) ? "udp" : "tcp";
/netbsd-current/external/mpl/dhcp/bind/include/irs/
H A Dnetdb.h128 #undef NI_DGRAM macro
135 #define NI_DGRAM 0x00000010 macro
/netbsd-current/include/
H A Dnetdb.h298 #define NI_DGRAM 0x00000010 macro
/netbsd-current/lib/libc/net/
H A Dgetnameinfo.c302 (flags & NI_DGRAM) ? "udp" : "tcp", &sv, &svd);
/netbsd-current/usr.bin/fstat/
H A Dfstat.c942 (isdg ? NI_DGRAM : 0);
982 (isdg ? NI_DGRAM : 0);
/netbsd-current/usr.bin/sockstat/
H A Dsockstat.c657 f |= NI_DGRAM;
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c2748 int niflag = NI_DGRAM;

Completed in 395 milliseconds