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

1 2 3 4 5

  /libcore/ojluni/src/main/java/java/net/
SocketOptions.java 214 @Native public final static int IP_MULTICAST_LOOP = 0x12;
StandardSocketOptions.java 325 public static final SocketOption<Boolean> IP_MULTICAST_LOOP =
326 new StdSocketOption<Boolean>("IP_MULTICAST_LOOP", Boolean.class);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 46 #undef IP_MULTICAST_LOOP
47 #define IP_MULTICAST_LOOP IP_MULTICAST_LOOP_IPV6INCOMPATIBLE
winsock.h 140 #define IP_MULTICAST_LOOP 4
ws2tcpip.h 50 #define IP_MULTICAST_LOOP 11
  /external/python/cpython2/Lib/plat-netbsd1/
IN.py 40 IP_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 70 IP_MULTICAST_LOOP = 4
  /external/python/cpython2/Lib/plat-irix5/
IN.py 106 IP_MULTICAST_LOOP = 4
126 IP_MULTICAST_LOOP = 22
  /bionic/libc/kernel/uapi/linux/
in.h 119 #define IP_MULTICAST_LOOP 34
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 276 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */
  /external/iproute2/include/uapi/linux/
in.h 140 #define IP_MULTICAST_LOOP 34
  /external/kernel-headers/original/uapi/linux/
in.h 140 #define IP_MULTICAST_LOOP 34
  /external/python/cpython2/Lib/plat-aix4/
IN.py 160 IP_MULTICAST_LOOP = 11
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 171 #define IP_MULTICAST_LOOP 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 38 #define IP_MULTICAST_LOOP 34 /* i_char; set/get IP multicast loopback */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 98 #define IP_MULTICAST_LOOP 34
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 38 #define IP_MULTICAST_LOOP 34 /* i_char; set/get IP multicast loopback */
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 143 IP_MULTICAST_LOOP
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 143 IP_MULTICAST_LOOP
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 99 #undef IP_MULTICAST_LOOP
  /external/python/cpython2/Lib/plat-darwin/
IN.py 158 IP_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 154 IP_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 154 IP_MULTICAST_LOOP = 11
  /external/python/cpython2/Lib/plat-irix6/
IN.py 356 IP_MULTICAST_LOOP = 22
367 IPV6_MULTICAST_LOOP = IP_MULTICAST_LOOP
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 158 IP_MULTICAST_LOOP = 11

Completed in 765 milliseconds

1 2 3 4 5