Home
last modified time | relevance | path

Searched refs:IP_MULTICAST_LOOP (Results 1 - 25 of 44) sorted by relevance

12

/third_party/ltp/testcases/network/multicast/mc_opts/
H A Dmc_verify_opts_error.c67 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 Dmc_verify_opts.c116 (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 Dmodule-rtp-send.c412 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 Drtp.c134 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 Din.h209 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h207 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h207 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h210 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h207 #define IP_MULTICAST_LOOP 34 macro
/third_party/musl/include/netinet/
H A Din.h209 #define IP_MULTICAST_LOOP 34 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs667 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 Dudp.c1243 * 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 Dudp.c1291 * 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 Dsockets.h309 #define IP_MULTICAST_LOOP 7 macro
/third_party/libuv/src/win/
H A Dudp.c983 IP_MULTICAST_LOOP, in SOCKOPT_SETTER()
/third_party/node/deps/uv/src/win/
H A Dudp.c1028 IP_MULTICAST_LOOP, in SOCKOPT_SETTER()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs539 pub const IP_MULTICAST_LOOP: ::c_int = 11; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs377 libc::IP_MULTICAST_LOOP,
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs1096 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 Dmod.rs306 pub const IP_MULTICAST_LOOP: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs657 pub const IP_MULTICAST_LOOP: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs502 pub const IP_MULTICAST_LOOP: ::c_int = 34; consts
/third_party/lwip/src/api/
H A Dsockets.c3135 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 Dmod.rs730 pub const IP_MULTICAST_LOOP: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs826 pub const IP_MULTICAST_LOOP: ::c_int = 34; consts

Completed in 52 milliseconds

12