/third_party/musl/arch/powerpc/bits/ |
H A D | socket.h | 6 #define SO_BROADCAST 6 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | socket.h | 6 #define SO_BROADCAST 6 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | socket.h | 11 #define SO_BROADCAST 0x0020 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | socket.h | 9 #define SO_BROADCAST 0x0020 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | socket.h | 11 #define SO_BROADCAST 0x0020 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 62 C(SO_BROADCAST) in f()
|
/third_party/backends/sanei/ |
H A D | sanei_udp.c | 74 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, in sanei_udp_socket()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getsockopt_network.c | 98 * @tc.desc : SOL_SOCKET,SO_BROADCAST 106 int content = getsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, &optval, (socklen_t *)(&optlen)); in getsockopt_0600()
|
/third_party/lame/frontend/ |
H A D | rtp.c | 277 error = setsockopt(s, SOL_SOCKET, SO_BROADCAST, &True, sizeof(True)); in rtp_socket() 279 error_printf("setsockopt (%u, SOL_SOCKET, SO_BROADCAST, ...) ", s); in rtp_socket()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 205 #define SO_BROADCAST 6 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 194 #define SO_BROADCAST 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 205 #define SO_BROADCAST 6 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 205 #define SO_BROADCAST 6 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 209 #define SO_BROADCAST 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 205 #define SO_BROADCAST 6 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 209 #define SO_BROADCAST 6 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 26 pub const SO_BROADCAST: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 22 pub const SO_BROADCAST: ::c_int = 0x0020; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 23 pub const SO_BROADCAST: ::c_int = 0x0020; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 11 pub const SO_BROADCAST: ::c_int = 6; consts
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired.c | 256 if (setsockopt(drv->dhcp_sock, SOL_SOCKET, SO_BROADCAST, (char *) &n, in wired_init_sockets() 258 wpa_printf(MSG_ERROR, "setsockopt[SOL_SOCKET,SO_BROADCAST]: %s", in wired_init_sockets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired.c | 256 if (setsockopt(drv->dhcp_sock, SOL_SOCKET, SO_BROADCAST, (char *) &n, in wired_init_sockets() 258 wpa_printf(MSG_ERROR, "setsockopt[SOL_SOCKET,SO_BROADCAST]: %s", in wired_init_sockets()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 485 c::SO_BROADCAST, 492 getsockopt(fd, c::SOL_SOCKET as _, c::SO_BROADCAST).map(to_bool)
|
/third_party/ffmpeg/libavformat/ |
H A D | udp.c | 800 #ifdef SO_BROADCAST in udp_open() 801 if (setsockopt (udp_fd, SOL_SOCKET, SO_BROADCAST, &(s->is_broadcast), sizeof(s->is_broadcast)) != 0) { in udp_open()
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 2944 case SO_BROADCAST: 2996 case SO_BROADCAST: 3001 if ((optname == SO_BROADCAST) && 3407 case SO_BROADCAST: 3412 if ((optname == SO_BROADCAST) &&
|