Home
last modified time | relevance | path

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 Dlistener.rs166 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
H A Dstream.rs427 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 Dlistener.rs137 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
H A Dstream.rs169 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 Dlistener.rs121 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() method
H A Dstream.rs206 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 Dudp_socket.rs134 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 Dudp_socket.rs204 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 Dudp.rs649 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