Home
last modified time | relevance | path

Searched refs:NI_DGRAM (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Droken-common.h244 #ifndef NI_DGRAM
245 #define NI_DGRAM 0x01 macro
Dgetnameinfo.c78 if (flags & NI_DGRAM) in doit()
/netbsd/src/tests/include/
Dt_netdb.c151 #ifdef NI_DGRAM in ATF_TC_BODY()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dsocktohost.c46 gni_flags = NI_DGRAM | NI_NAMEREQD; in socktohost()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_rfc2553.h238 #define NI_DGRAM 0x00000010 macro
/netbsd/src/include/
Dnetdb.h298 #define NI_DGRAM 0x00000010 macro
/netbsd/src/external/bsd/libbind/dist/irs/
Dgetnameinfo.c158 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/netbsd/src/external/bsd/libbind/dist/doc/
Dgetnameinfo.cat338 If NI_DGRAM is set then the service is UDP based rather than TCP based.
/netbsd/src/external/bsd/libbind/dist/include/
Dnetdb.h256 #define NI_DGRAM 0x00000010 macro
/netbsd/src/lib/libc/net/
Dgetnameinfo.c302 (flags & NI_DGRAM) ? "udp" : "tcp", &sv, &svd); in getnameinfo_inet()
/netbsd/src/usr.bin/fstat/
Dfstat.c942 (isdg ? NI_DGRAM : 0); in inet_addrstr()
982 (isdg ? NI_DGRAM : 0); in inet6_addrstr()
/netbsd/src/usr.bin/sockstat/
Dsockstat.c657 f |= NI_DGRAM;
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmyaddrinfo.c722 NI_NAMEREQD | NI_DGRAM : NI_NAMEREQD); in sockaddr_to_hostname()
/netbsd/src/usr.sbin/syslogd/
Dsyslogd.c2780 int niflag = NI_DGRAM; in cvthname()