Searched defs:set_ttl (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | listener.rs | 166 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
H A D | stream.rs | 427 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | listener.rs | 137 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
H A D | stream.rs | 169 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | listener.rs | 121 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
H A D | stream.rs | 206 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/ |
H A D | udp_socket.rs | 134 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method 479 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
H A D | udp_socket.rs | 204 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method 389 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | udp.rs | 649 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method 900 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
|