Searched refs:NI_DGRAM (Results 1 – 3 of 3) sorted by relevance
120 #ifndef NI_DGRAM121 #define NI_DGRAM 0x00000010 macro
155 (flags & NI_DGRAM) ? "udp" : "tcp");
217 public static final int NI_DGRAM = placeholder(); field in OsConstants