Searched refs:close (Results 1 – 12 of 12) sorted by relevance
64 libc::close(lower); in interface_mtu()116 libc::close(self.lower); in drop()
112 libc::close(self.lower); in drop()
157 libc::close(self.fd); in drop()
123 socket.close(); in main()159 socket.close(); in main()180 socket.close(); in main()
142 socket.close(); in main()161 socket.close(); in main()
110 socket.close(); in main()
166 socket.close(); in main()
182 socket.close();205 socket.close();
833 pub fn close(&mut self) { in close() method2679 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 …]
168 pub fn close(&mut self) { in close() method830 socket.close(); in test_closing()
111 - 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…
465 where it will respond "hello" to any incoming connection and immediately close it;