Home
last modified time | relevance | path

Searched refs:IPV6_MULTICAST_HOPS (Results 1 – 25 of 42) sorted by relevance

12

/third_party/python/Tools/demo/
Dmcast.py43 s.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_MULTICAST_HOPS, ttl_bin)
/third_party/musl/libc-test/src/api/
Dnetinet_in.c60 C(IPV6_MULTICAST_HOPS) in f()
/third_party/musl/ndk_musl_include/netinet/
Din.h328 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h328 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h331 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h328 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h330 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h328 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/include/netinet/
Din.h330 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/ffmpeg/libavformat/
Dudp.c172 #if defined(IPPROTO_IPV6) && defined(IPV6_MULTICAST_HOPS) in udp_set_multicast_ttl()
174 … if (setsockopt(sockfd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &mcastTTL, sizeof(mcastTTL)) < 0) { in udp_set_multicast_ttl()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt169 IPV6_MULTICAST_HOPS
Dandroid.txt939 IPV6_MULTICAST_HOPS
/third_party/node/deps/uv/src/unix/
Dudp.c1274 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl()
1282 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl()
/third_party/libuv/src/unix/
Dudp.c1274 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl()
1282 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl()
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs545 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs310 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
/third_party/libuv/src/win/
Dudp.c1025 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
/third_party/node/deps/uv/src/win/
Dudp.c1025 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs495 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs738 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs923 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1028 pub const IPV6_MULTICAST_HOPS: ::c_int = 25; constant
/third_party/python/Modules/
Dsocketmodule.c8068 #ifdef IPV6_MULTICAST_HOPS
8069 PyModule_AddIntMacro(m, IPV6_MULTICAST_HOPS);
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1138 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
/third_party/libcoap/src/
Dcoap_net.c4363 if (setsockopt(session->sock.fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, in coap_mcast_set_hops()

12