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

1 2 3 4

  /libcore/ojluni/src/main/java/java/net/
StandardSocketOptions.java 300 public static final SocketOption<Integer> IP_MULTICAST_TTL =
301 new StdSocketOption<Integer>("IP_MULTICAST_TTL", Integer.class);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 44 #undef IP_MULTICAST_TTL
45 #define IP_MULTICAST_TTL IP_MULTICAST_TTL_IPV6INCOMPATIBLE
winsock.h 139 #define IP_MULTICAST_TTL 3
ws2tcpip.h 49 #define IP_MULTICAST_TTL 10
  /external/python/cpython2/Lib/plat-netbsd1/
IN.py 39 IP_MULTICAST_TTL = 10
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 69 IP_MULTICAST_TTL = 3
  /external/python/cpython2/Lib/plat-irix5/
IN.py 105 IP_MULTICAST_TTL = 3
125 IP_MULTICAST_TTL = 21
  /bionic/libc/kernel/uapi/linux/
in.h 118 #define IP_MULTICAST_TTL 33
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 275 #define IP_MULTICAST_TTL 10 /* u_char; set/get IP multicast ttl */
  /external/iproute2/include/uapi/linux/
in.h 139 #define IP_MULTICAST_TTL 33
  /external/kernel-headers/original/uapi/linux/
in.h 139 #define IP_MULTICAST_TTL 33
  /external/python/cpython2/Lib/plat-aix4/
IN.py 159 IP_MULTICAST_TTL = 10
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 169 #define IP_MULTICAST_TTL 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 37 #define IP_MULTICAST_TTL 33 /* u_char; set/get IP multicast ttl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 97 #define IP_MULTICAST_TTL 33
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 37 #define IP_MULTICAST_TTL 33 /* u_char; set/get IP multicast ttl */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 98 #undef IP_MULTICAST_TTL
  /external/python/cpython2/Lib/plat-darwin/
IN.py 157 IP_MULTICAST_TTL = 10
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 153 IP_MULTICAST_TTL = 10
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 153 IP_MULTICAST_TTL = 10
  /external/python/cpython2/Lib/plat-irix6/
IN.py 355 IP_MULTICAST_TTL = 21
366 IPV6_MULTICAST_HOPS = IP_MULTICAST_TTL
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 157 IP_MULTICAST_TTL = 10
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 157 IP_MULTICAST_TTL = 10
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 313 IP_MULTICAST_TTL = 10
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 311 IP_MULTICAST_TTL = 10

Completed in 1003 milliseconds

1 2 3 4