/third_party/python/Tools/demo/ |
H A D | mcast.py | 43 s.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_MULTICAST_HOPS, ttl_bin)
|
/third_party/musl/libc-test/src/api/ |
H A D | netinet_in.c | 60 C(IPV6_MULTICAST_HOPS) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 330 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 328 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 328 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 331 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 328 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 330 #define IPV6_MULTICAST_HOPS 18 macro
|
/third_party/ffmpeg/libavformat/ |
H A D | udp.c | 178 #ifdef IPV6_MULTICAST_HOPS in udp_set_multicast_ttl() 181 cmd = IPV6_MULTICAST_HOPS; in udp_set_multicast_ttl()
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 1217 * is sizeof(int) for IPV6_MULTICAST_HOPS and sizeof(char) for in uv_udp_set_multicast_ttl() 1226 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl() 1234 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 1265 * is sizeof(int) for IPV6_MULTICAST_HOPS and sizeof(char) for in uv_udp_set_multicast_ttl() 1274 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl() 1282 IPV6_MULTICAST_HOPS, in uv_udp_set_multicast_ttl()
|
/third_party/libuv/src/win/ |
H A D | udp.c | 980 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 1025 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 545 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 310 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 495 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 738 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 923 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 8223 #ifdef IPV6_MULTICAST_HOPS 8224 PyModule_AddIntMacro(m, IPV6_MULTICAST_HOPS);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1028 pub const IPV6_MULTICAST_HOPS: ::c_int = 25; consts
|
/third_party/libcoap/src/ |
H A D | coap_net.c | 4365 if (setsockopt(session->sock.fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, in coap_mcast_set_hops()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1138 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1245 pub const IPV6_MULTICAST_HOPS: ::c_int = 0x7; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 808 pub const IPV6_MULTICAST_HOPS: u32 = 18; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1791 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; consts
|