Home
last modified time | relevance | path

Searched defs:broadcast (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Ddriver.rs33 pub(crate) fn broadcast(&mut self) { in broadcast() method
Dregistry.rs133 pub(crate) fn broadcast(&self) { in broadcast() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/
Dregistry.rs66 pub(crate) fn broadcast(&self, event_id: usize) -> i32 { in broadcast() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs189 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
535 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dudp_socket.rs308 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
655 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs629 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
878 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method