Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tnftp/
Dtnftp.h268 #undef NI_DGRAM
269 #define NI_DGRAM 0x00000010 macro
/freebsd-12-stable/crypto/heimdal/lib/roken/
Droken-common.h230 #ifndef NI_DGRAM
231 #define NI_DGRAM 0x01 macro
Dgetnameinfo.c76 if (flags & NI_DGRAM) in doit()
/freebsd-12-stable/contrib/netbsd-tests/include/
Dt_netdb.c151 #ifdef NI_DGRAM in ATF_TC_BODY()
/freebsd-12-stable/contrib/ntp/libntp/
Dsocktohost.c45 gni_flags = NI_DGRAM | NI_NAMEREQD; in socktohost()
/freebsd-12-stable/contrib/ntp/include/
Dntp_rfc2553.h236 #define NI_DGRAM 0x00000010 macro
/freebsd-12-stable/include/
Dnetdb.h218 #define NI_DGRAM 0x00000010 macro
/freebsd-12-stable/lib/libc/net/
Dgetnameinfo.c209 (flags & NI_DGRAM) ? "udp" : "tcp"); in getnameinfo_inet()