Home
last modified time | relevance | path

Searched defs:set_broadcast (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dudp_socket.rs288 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast() method
631 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dudp_socket.rs170 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast() method
511 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs609 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast() method
851 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast() method