Home
last modified time | relevance | path

Searched refs:IPV6_MULTICAST_HOPS (Results 1 - 25 of 38) sorted by relevance

12

/third_party/python/Tools/demo/
H A Dmcast.py43 s.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_MULTICAST_HOPS, ttl_bin)
/third_party/musl/libc-test/src/api/
H A Dnetinet_in.c60 C(IPV6_MULTICAST_HOPS) in f()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h330 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h328 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h328 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h331 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h328 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/musl/include/netinet/
H A Din.h330 #define IPV6_MULTICAST_HOPS 18 macro
/third_party/ffmpeg/libavformat/
H A Dudp.c178 #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 Dudp.c1217 * 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 Dudp.c1265 * 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 Dudp.c980 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
/third_party/node/deps/uv/src/win/
H A Dudp.c1025 IPV6_MULTICAST_HOPS, in SOCKOPT_SETTER()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs545 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs310 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs495 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs738 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs923 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; consts
/third_party/python/Modules/
H A Dsocketmodule.c8223 #ifdef IPV6_MULTICAST_HOPS
8224 PyModule_AddIntMacro(m, IPV6_MULTICAST_HOPS);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1028 pub const IPV6_MULTICAST_HOPS: ::c_int = 25; consts
/third_party/libcoap/src/
H A Dcoap_net.c4365 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 Dmod.rs1138 pub const IPV6_MULTICAST_HOPS: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1245 pub const IPV6_MULTICAST_HOPS: ::c_int = 0x7; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs808 pub const IPV6_MULTICAST_HOPS: u32 = 18; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1791 pub const IPV6_MULTICAST_HOPS: ::c_int = 18; consts

Completed in 90 milliseconds

12