Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Daddrinfo.h120 #ifndef NI_DGRAM
121 #define NI_DGRAM 0x00000010 macro
Dgetnameinfo.c155 (flags & NI_DGRAM) ? "udp" : "tcp");
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java217 public static final int NI_DGRAM = placeholder(); field in OsConstants