Home
last modified time | relevance | path

Searched refs:SO_BROADCAST (Results 1 - 25 of 69) sorted by relevance

123

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h6 #define SO_BROADCAST 6 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h6 #define SO_BROADCAST 6 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h11 #define SO_BROADCAST 0x0020 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h9 #define SO_BROADCAST 0x0020 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h11 #define SO_BROADCAST 0x0020 macro
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c62 C(SO_BROADCAST) in f()
/third_party/backends/sanei/
H A Dsanei_udp.c74 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, in sanei_udp_socket()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetsockopt_network.c98 * @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 Drtp.c277 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 Dsocket.h205 #define SO_BROADCAST 6 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h194 #define SO_BROADCAST 6 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h205 #define SO_BROADCAST 6 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h205 #define SO_BROADCAST 6 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h209 #define SO_BROADCAST 6 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h205 #define SO_BROADCAST 6 macro
/third_party/musl/include/sys/
H A Dsocket.h209 #define SO_BROADCAST 6 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs26 pub const SO_BROADCAST: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs22 pub const SO_BROADCAST: ::c_int = 0x0020; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs23 pub const SO_BROADCAST: ::c_int = 0x0020; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs11 pub const SO_BROADCAST: ::c_int = 6; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired.c256 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 Ddriver_wired.c256 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 Dsyscalls.rs485 c::SO_BROADCAST,
492 getsockopt(fd, c::SOL_SOCKET as _, c::SO_BROADCAST).map(to_bool)
/third_party/ffmpeg/libavformat/
H A Dudp.c800 #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 Dsockets.c2944 case SO_BROADCAST:
2996 case SO_BROADCAST:
3001 if ((optname == SO_BROADCAST) &&
3407 case SO_BROADCAST:
3412 if ((optname == SO_BROADCAST) &&

Completed in 28 milliseconds

123