Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/phy/sys/
Dtuntap_interface.rs64 libc::close(lower); in interface_mtu()
116 libc::close(self.lower); in drop()
Draw_socket.rs112 libc::close(self.lower); in drop()
Dbpf.rs157 libc::close(self.fd); in drop()
/smoltcp-0.9.1/examples/
Dserver.rs123 socket.close(); in main()
159 socket.close(); in main()
180 socket.close(); in main()
Dloopback.rs142 socket.close(); in main()
161 socket.close(); in main()
Dclient.rs110 socket.close(); in main()
Dsixlowpan.rs166 socket.close(); in main()
/smoltcp-0.9.1/fuzz/fuzz_targets/
Dtcp_headers.rs182 socket.close();
205 socket.close();
/smoltcp-0.9.1/src/socket/
Dtcp.rs833 pub fn close(&mut self) { in close() method
2679 s.close(); in test_closed_reject_after_listen()
2691 s.close(); in test_closed_close()
2869 s.close(); in test_listen_close()
3113 s.close(); in test_syn_received_close()
3437 s.close(); in test_syn_sent_close()
4088 s.close(); in test_established_close()
4219 s.close(); in test_fin_wait_1_fin_with_data_queued()
4263 s.close(); in test_fin_wait_1_close()
4315 s.close(); in test_fin_wait_2_close()
[all …]
Dudp.rs168 pub fn close(&mut self) { in close() method
830 socket.close(); in test_closing()
/smoltcp-0.9.1/
DCHANGELOG.md111 - UDP: Add `close()` method to unbind socket. ([#475](https://github.com/smoltcp-rs/smoltcp/pull/47…
171 …aceful (FIN) and ungraceful (RST) close. On graceful close, `recv()` now returns `Error::Finished`…
189 - tcp: fix racey simultaneous close not sending FIN. ([398](https://github.com/smoltcp-rs/smoltcp/p…
DREADME.md465 where it will respond "hello" to any incoming connection and immediately close it;