/third_party/ltp/testcases/network/multicast/mc_opts/ |
H A D | mc_verify_opts_error.c | 67 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &do_loop, sizeof(char)) in main() 69 perror("Setting IP_MULTICAST_LOOP"), exit(1); in main() 70 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &no_loop, sizeof(char)) in main() 72 perror("Setting IP_MULTICAST_LOOP"), exit(1); in main() 75 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &no_loop, in main() 77 perror("Getting IP_MULTICAST_LOOP"), exit(1); in main()
|
H A D | mc_verify_opts.c | 116 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, in main() 118 perror("Error: Getting IP_MULTICAST_LOOP"); in main() 123 printf("Error: IP_MULTICAST_LOOP not enabled, loop = %i\n", in main() 127 printf("IP_MULTICAST_LOOP is enabled\n"); in main() 129 loop = 0; /* Disable IP_MULTICAST_LOOP */ in main() 130 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, sizeof(char)) != in main() 133 perror("Error: Setting IP_MULTICAST_LOOP"); in main() 137 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, in main() 139 perror("Error: Getting IP_MULTICAST_LOOP"); in main() 144 printf("Error: IP_MULTICAST_LOOP no in main() [all...] |
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-send.c | 412 if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, &j, sizeof(j)) < 0 || in pa__init() 413 setsockopt(sap_fd, IPPROTO_IP, IP_MULTICAST_LOOP, &j, sizeof(j)) < 0) { in pa__init() 414 pa_log("IP_MULTICAST_LOOP failed: %s", pa_cstrerror(errno)); in pa__init()
|
/third_party/lame/frontend/ |
H A D | rtp.c | 134 iRet = setsockopt(iSocket, IPPROTO_IP, IP_MULTICAST_LOOP, &cLoop, sizeof(char)); in rtp_socket() 136 error_printf("setsockopt IP_MULTICAST_LOOP failed. multicast in kernel?\n"); in rtp_socket() 143 error_printf("connect IP_MULTICAST_LOOP failed. multicast in kernel?\n"); in rtp_socket()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 209 #define IP_MULTICAST_LOOP 34 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 207 #define IP_MULTICAST_LOOP 34 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 207 #define IP_MULTICAST_LOOP 34 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 210 #define IP_MULTICAST_LOOP 34 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 207 #define IP_MULTICAST_LOOP 34 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 209 #define IP_MULTICAST_LOOP 34 macro
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 667 c::IP_MULTICAST_LOOP, 674 getsockopt(fd, c::IPPROTO_IP as _, c::IP_MULTICAST_LOOP).map(to_bool)
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 1243 * IP_MULTICAST_LOOP, so hardcode the size of the option in the IPv6 case, in uv_udp_set_multicast_loop() 1250 IP_MULTICAST_LOOP, in uv_udp_set_multicast_loop() 1258 IP_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 1291 * IP_MULTICAST_LOOP, so hardcode the size of the option in the IPv6 case, in uv_udp_set_multicast_loop() 1298 IP_MULTICAST_LOOP, in uv_udp_set_multicast_loop() 1306 IP_MULTICAST_LOOP, in uv_udp_set_multicast_loop()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 309 #define IP_MULTICAST_LOOP 7 macro
|
/third_party/libuv/src/win/ |
H A D | udp.c | 983 IP_MULTICAST_LOOP, in SOCKOPT_SETTER()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 1028 IP_MULTICAST_LOOP, in SOCKOPT_SETTER()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 539 pub const IP_MULTICAST_LOOP: ::c_int = 11; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 377 libc::IP_MULTICAST_LOOP,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | syscalls.rs | 1096 c::IP_MULTICAST_LOOP, 1103 getsockopt(fd, c::IPPROTO_IP as _, c::IP_MULTICAST_LOOP).map(to_bool)
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 306 pub const IP_MULTICAST_LOOP: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 657 pub const IP_MULTICAST_LOOP: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 502 pub const IP_MULTICAST_LOOP: ::c_int = 34; consts
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 3135 case IP_MULTICAST_LOOP: 3142 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_IP, IP_MULTICAST_LOOP) = %d\n", 3584 case IP_MULTICAST_LOOP:
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 730 pub const IP_MULTICAST_LOOP: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 826 pub const IP_MULTICAST_LOOP: ::c_int = 34; consts
|