Home
last modified time | relevance | path

Searched refs:NI_DGRAM (Results 1 – 11 of 11) sorted by path

/freebsd/contrib/netbsd-tests/include/
H A Dt_netdb.c151 #ifdef NI_DGRAM in ATF_TC_BODY()
/freebsd/contrib/ntp/include/
H A Dntp_rfc2553.h236 #define NI_DGRAM 0x00000010 macro
/freebsd/contrib/ntp/libntp/
H A Dsocktohost.c45 gni_flags = NI_DGRAM | NI_NAMEREQD; in socktohost()
/freebsd/contrib/tnftp/
H A Dtnftp.h268 #undef NI_DGRAM
269 #define NI_DGRAM 0x00000010 macro
/freebsd/contrib/wireguard-tools/
H A Dipc-uapi.h72 …>endpoint.addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUMERICSERV … in userspace_set_device()
H A Dshow.c120 …ret = getnameinfo(addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUME… in endpoint()
H A Dshowconf.c84 …>endpoint.addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUMERICSERV … in showconf_main()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c76 if (flags & NI_DGRAM) in doit()
H A Droken-common.h230 #ifndef NI_DGRAM
231 #define NI_DGRAM 0x01 macro
/freebsd/include/
H A Dnetdb.h219 #define NI_DGRAM 0x00000010 macro
/freebsd/lib/libc/net/
H A Dgetnameinfo.c206 (flags & NI_DGRAM) ? "udp" : "tcp"); in getnameinfo_inet()