Searched refs:NI_DGRAM (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 268 #undef NI_DGRAM 269 #define NI_DGRAM 0x00000010 macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken-common.h | 230 #ifndef NI_DGRAM 231 #define NI_DGRAM 0x01 macro
|
H A D | getnameinfo.c | 76 if (flags & NI_DGRAM) in doit()
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_netdb.c | 151 #ifdef NI_DGRAM in ATF_TC_BODY()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_rfc2553.h | 236 #define NI_DGRAM 0x00000010 macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | socktohost.c | 44 gni_flags = NI_DGRAM | NI_NAMEREQD; in socktohost()
|
/freebsd/contrib/wireguard-tools/ |
H A D | showconf.c | 84 …>endpoint.addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUMERICSERV … in showconf_main()
|
H A D | ipc-uapi.h | 72 …>endpoint.addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUMERICSERV … in userspace_set_device()
|
H A D | show.c | 120 …ret = getnameinfo(addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUME… in endpoint()
|
/freebsd/include/ |
H A D | netdb.h | 219 #define NI_DGRAM 0x00000010 macro
|