Home
last modified time | relevance | path

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

/bionic/libc/include/
Dnetdb.h185 #define NI_DGRAM 0x00000010 macro
/bionic/tests/headers/posix/
Dnetdb_h.c88 MACRO(NI_DGRAM); in netdb_h()
/bionic/libc/dns/net/
Dgetnameinfo.c222 (flags & NI_DGRAM) ? "udp" : "tcp"); in getnameinfo_inet()