HomeSort by relevance Sort by last modified time
    Searched refs:NI_DGRAM (Results 51 - 56 of 56) sorted by null

1 23

  /bionic/libc/netbsd/net/
getnameinfo.c 232 (flags & NI_DGRAM) ? "udp" : "tcp");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 617 # define NI_DGRAM 16 /* Look up UDP service rather than TCP. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 617 # define NI_DGRAM 16 /* Look up UDP service rather than TCP. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 617 # define NI_DGRAM 16 /* Look up UDP service rather than TCP. */
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 255 public static final int NI_DGRAM = placeholder();
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 303 initConstant(env, c, "NI_DGRAM", NI_DGRAM);

Completed in 121 milliseconds

1 23