Home
last modified time | relevance | path

Searched refs:set_for_idle (Results 1 – 1 of 1) sorted by relevance

/smoltcp-0.9.1/src/socket/
Dtcp.rs269 fn set_for_idle(&mut self, timestamp: Instant, interval: Option<Duration>) { in set_for_idle() method
1564 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1570 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1580 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1604 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1611 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1620 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1630 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1644 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
1650 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()
[all …]