Searched refs:NI_DGRAM (Results 1 – 8 of 8) sorted by relevance
268 #undef NI_DGRAM269 #define NI_DGRAM 0x00000010 macro
230 #ifndef NI_DGRAM231 #define NI_DGRAM 0x01 macro
76 if (flags & NI_DGRAM) in doit()
151 #ifdef NI_DGRAM in ATF_TC_BODY()
45 gni_flags = NI_DGRAM | NI_NAMEREQD; in socktohost()
236 #define NI_DGRAM 0x00000010 macro
218 #define NI_DGRAM 0x00000010 macro
209 (flags & NI_DGRAM) ? "udp" : "tcp"); in getnameinfo_inet()