/third_party/python/Tools/demo/ |
D | mcast.py | 43 s.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_MULTICAST_HOPS, ttl_bin)
|
/third_party/musl/libc-test/src/api/ |
D | netinet_in.c | 60 C(IPV6_MULTICAST_HOPS) in f()
|
/third_party/musl/ndk_musl_include/netinet/ |
D | in.h | 328 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | in.h | 328 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
D | in.h | 331 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 328 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 330 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | in.h | 328 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/include/netinet/ |
D | in.h | 330 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/ffmpeg/libavformat/ |
D | udp.c | 172 #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/ |
D | unix.txt | 169 IPV6_MULTICAST_HOPS
|
D | android.txt | 939 IPV6_MULTICAST_HOPS
|
/third_party/node/deps/uv/src/unix/ |
D | udp.c | 1274 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl() 1282 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl()
|
/third_party/libuv/src/unix/ |
D | udp.c | 1274 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/ |
D | mod.rs | 545 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 310 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
|
/third_party/libuv/src/win/ |
D | udp.c | 1025 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
|
/third_party/node/deps/uv/src/win/ |
D | udp.c | 1025 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 495 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 738 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 923 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1028 pub const IPV6_MULTICAST_HOPS: ::c_int = 25; constant
|
/third_party/python/Modules/ |
D | socketmodule.c | 8068 #ifdef IPV6_MULTICAST_HOPS 8069 PyModule_AddIntMacro(m, IPV6_MULTICAST_HOPS);
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1138 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; constant
|
/third_party/libcoap/src/ |
D | coap_net.c | 4363 if (setsockopt(session->sock.fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, in coap_mcast_set_hops()
|