Searched refs:NI_DGRAM (Results 1 – 14 of 14) sorted by relevance
244 #ifndef NI_DGRAM245 #define NI_DGRAM 0x01 macro
78 if (flags & NI_DGRAM) in doit()
151 #ifdef NI_DGRAM in ATF_TC_BODY()
46 gni_flags = NI_DGRAM | NI_NAMEREQD; in socktohost()
238 #define NI_DGRAM 0x00000010 macro
298 #define NI_DGRAM 0x00000010 macro
158 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
38 If NI_DGRAM is set then the service is UDP based rather than TCP based.
256 #define NI_DGRAM 0x00000010 macro
302 (flags & NI_DGRAM) ? "udp" : "tcp", &sv, &svd); in getnameinfo_inet()
942 (isdg ? NI_DGRAM : 0); in inet_addrstr()982 (isdg ? NI_DGRAM : 0); in inet6_addrstr()
657 f |= NI_DGRAM;
722 NI_NAMEREQD | NI_DGRAM : NI_NAMEREQD); in sockaddr_to_hostname()
2780 int niflag = NI_DGRAM; in cvthname()