HomeSort by relevance Sort by last modified time
    Searched refs:SO_SNDTIMEO (Results 26 - 50 of 54) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
socket.h 31 #define SO_SNDTIMEO 21
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
socket.h 31 #define SO_SNDTIMEO 21
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
socket.h 41 #define SO_SNDTIMEO 21
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
socket.h 41 #define SO_SNDTIMEO 21
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
socket.h 41 #define SO_SNDTIMEO 21
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
socket.h 41 #define SO_SNDTIMEO 21
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
socket.h 41 #define SO_SNDTIMEO 21
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
socket.h 50 #define SO_SNDTIMEO 21
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
socket.h 50 #define SO_SNDTIMEO 21
  /bionic/libc/kernel/arch-mips/asm/
socket.h 41 #define SO_SNDTIMEO 0x1005
  /development/ndk/platforms/android-9/arch-mips/include/asm/
socket.h 41 #define SO_SNDTIMEO 0x1005
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
socket.h 41 #define SO_SNDTIMEO 0x1005
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
socket.h 41 #define SO_SNDTIMEO 0x1005
  /development/ndk/sources/android/libportable/arch-mips/
sockopt.c 83 return SO_SNDTIMEO;
  /external/kernel-headers/original/asm-mips/
socket.h 42 #define SO_SNDTIMEO 0x1005 /* send timeout */
  /gdk/libportable/arch-mips/
sockopt.c 112 return SO_SNDTIMEO;
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 238 *opt = SO_SNDTIMEO;
338 case SO_SNDTIMEO: {
341 * SO_SNDTIMEO, but the option is supposed to set both
353 ret = setsockopt(fd, SOL_SOCKET, SO_SNDTIMEO,
  /external/openssl/crypto/bio/
bss_dgram.c 751 #if defined(SO_SNDTIMEO)
757 if (setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
762 if ( setsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO, ptr,
772 if (getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
783 if ( getsockopt(b->num, SOL_SOCKET, SO_SNDTIMEO,
    [all...]
  /external/chromium/chrome/browser/
process_singleton_linux.cc 828 setsockopt(socket.fd(), SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(timeout));
    [all...]
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 310 public static final int SO_SNDTIMEO = placeholder();
  /external/quake/quake/src/WinQuake/
mpdosock.h 383 #define SO_SNDTIMEO 0x1005 /* send timeout */
net_bw.cpp 96 #define SO_SNDTIMEO 0x1005 /* send timeout */
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 311 public static final int SO_SNDTIMEO = placeholder();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java     [all...]
  /external/strace/
net.c 719 #ifdef SO_SNDTIMEO
720 { SO_SNDTIMEO, "SO_SNDTIMEO" },
    [all...]

Completed in 898 milliseconds

12 3