Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/network/multicast/mc_opts/
Dmc_verify_opts_error.c62 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &do_loop, sizeof(char)) in main()
65 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &no_loop, sizeof(char)) in main()
70 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &no_loop, in main()
Dmc_verify_opts.c111 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, in main()
125 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, sizeof(char)) != in main()
132 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, in main()
/third_party/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs32 pub(crate) const IP_MULTICAST_LOOP: i32 = WinSock::IP_MULTICAST_LOOP as _; constant
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs23 IP_DROP_MEMBERSHIP, IP_MULTICAST_LOOP, IP_MULTICAST_TTL, IP_TTL, MSG_CMSG_CLOEXEC, MSG_CONFIRM,
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-send.c399 if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, &j, sizeof(j)) < 0 || in pa__init()
400 setsockopt(sap_fd, IPPROTO_IP, IP_MULTICAST_LOOP, &j, sizeof(j)) < 0) { in pa__init()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h207 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/ndk_musl_include/netinet/
Din.h207 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h209 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/include/netinet/
Din.h209 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h207 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h207 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h210 #define IP_MULTICAST_LOOP 34 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs667 c::IP_MULTICAST_LOOP, in set_ip_multicast_loop()
674 getsockopt(fd, c::IPPROTO_IP as _, c::IP_MULTICAST_LOOP).map(to_bool) in get_ip_multicast_loop()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt177 IP_MULTICAST_LOOP
/third_party/libuv/src/unix/
Dudp.c1289 IP_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
1297 IP_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs1096 c::IP_MULTICAST_LOOP, in set_ip_multicast_loop()
1103 getsockopt(fd, c::IPPROTO_IP as _, c::IP_MULTICAST_LOOP).map(to_bool) in get_ip_multicast_loop()
/third_party/lwip/src/include/lwip/
Dsockets.h309 #define IP_MULTICAST_LOOP 7 macro
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs539 pub const IP_MULTICAST_LOOP: ::c_int = 11; constant
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs306 pub const IP_MULTICAST_LOOP: ::c_int = 11; constant
/third_party/libuv/src/win/
Dudp.c1028 IP_MULTICAST_LOOP, in SOCKOPT_SETTER()
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs657 pub const IP_MULTICAST_LOOP: ::c_int = 7; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs502 pub const IP_MULTICAST_LOOP: ::c_int = 34; constant
/third_party/rust/crates/nix/src/sys/socket/
Dsockopt.rs377 libc::IP_MULTICAST_LOOP,
/third_party/lwip/src/api/
Dsockets.c3135 case IP_MULTICAST_LOOP: in lwip_getsockopt_impl()
3584 case IP_MULTICAST_LOOP: in lwip_setsockopt_impl()
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs730 pub const IP_MULTICAST_LOOP: ::c_int = 11; constant

12