Home
last modified time | relevance | path

Searched refs:IP_MULTICAST_LOOP (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dsockipoptions.h61 #if defined(IP_MULTICAST_LOOP) || (defined(HAVE_DECL_IP_MULTICAST_LOOP) && HAVE_DECL_IP_MULTICAST_L…
62 XLAT(IP_MULTICAST_LOOP),
Dsockipoptions.in20 IP_MULTICAST_LOOP
/external/kernel-headers/original/uapi/linux/
Din.h126 #define IP_MULTICAST_LOOP 34 macro
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_macos.h447 #define IP_MULTICAST_LOOP IP_MULTICAST_LOOP macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
Din.h389 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ macro
/external/chromium_org/net/udp/
Dudp_socket_libevent.cc546 rv = setsockopt(socket_, IPPROTO_IP, IP_MULTICAST_LOOP, in SetSocketOptions()
Dudp_socket_win.cc644 addr_family_ == AF_INET ? IP_MULTICAST_LOOP: IPV6_MULTICAST_LOOP; in SetSocketOptions()
/external/iputils/
Dping.c560 if (setsockopt(icmp_sock, IPPROTO_IP, IP_MULTICAST_LOOP, in main()
/external/qemu/android/
Dsockets.c1554 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_LOOP, !!enabled ); in socket_mcast_inet_set_loop()
/external/qemu/net/
Dnet.c1640 ret=qemu_setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, in net_socket_mcast_create()