Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/socket/
Dtcp.rs1514 if control == TcpControl::Fin && window_start != segment_start { in process()
1576 (State::SynReceived, TcpControl::Fin) => { in process()
1616 (State::Established, TcpControl::Fin) => { in process()
1636 (State::FinWait1, TcpControl::Fin) => { in process()
1654 (State::FinWait2, TcpControl::Fin) => { in process()
2126 repr.control = TcpControl::Fin in dispatch()
2167 (TcpControl::Fin, Some(_)) => "FIN|ACK", in dispatch()
2980 control: TcpControl::Fin, in test_syn_received_fin()
3975 control: TcpControl::Fin, in test_established_fin()
3999 control: TcpControl::Fin, in test_established_fin_after_missing()
[all …]
/smoltcp-0.9.1/src/wire/
Dtcp.rs749 Fin, enumerator
758 Control::Syn | Control::Fin => 1, in len()
816 (false, true, false, _) => Control::Fin, in parse()
935 Control::Fin => packet.set_fin(true), in emit()
982 Control::Syn | Control::Fin | Control::Rst => false, in is_empty()
1049 Control::Fin => write!(f, " fin")?, in fmt()