HomeSort by relevance Sort by last modified time
    Searched defs:SO_BROADCAST (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /libcore/ojluni/src/main/java/java/net/
SocketOptions.java 174 * Sets SO_BROADCAST for a socket. This option enables and disables
182 @Native public final static int SO_BROADCAST = 0x0020;
StandardSocketOptions.java 64 public static final SocketOption<Boolean> SO_BROADCAST =
65 new StdSocketOption<Boolean>("SO_BROADCAST", Boolean.class);
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 51 public static final int SO_BROADCAST = 11;
83 case SO_BROADCAST:
157 case SO_BROADCAST:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 14 #define SO_BROADCAST 6
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 28 #define SO_BROADCAST 6
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 27 #define SO_BROADCAST 0x0020
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 15 #define SO_BROADCAST 6
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 27 #define SO_BROADCAST 0x0020 /* Allow transmission of
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 19 SO_BROADCAST = 0x0020
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 82 #define SO_BROADCAST 0x0020 /* permit to send and to receive broadcast messages (see IP_SOF_BROADCAST option) */
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 130 SO_BROADCAST
types_windows.go 538 SO_BROADCAST = 32
zerrors_darwin_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 130 SO_BROADCAST
types_windows.go 538 SO_BROADCAST = 32
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 119 #define SO_BROADCAST 0x0020 /* permit sending of broadcast msgs */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 121 #undef SO_BROADCAST
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 162 #define SO_BROADCAST 0x0020
winsock2.h 187 #define SO_BROADCAST 0x0020
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 451 SO_BROADCAST = 6
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 451 SO_BROADCAST = 6
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 451 SO_BROADCAST = 6
  /external/python/cpython2/Lib/plat-atheos/
IN.py 768 SO_BROADCAST = 6
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 237 SO_BROADCAST = 0x0020
  /libcore/luni/src/main/java/android/system/
OsConstants.java 470 public static final int SO_BROADCAST = placeholder();
    [all...]

Completed in 533 milliseconds

1 2 3 4 5