Searched refs:Control (Results 1 – 2 of 2) sorted by relevance
/smoltcp-0.9.1/src/wire/ |
D | tcp.rs | 745 pub enum Control { enum 754 impl Control { implementation 758 Control::Syn | Control::Fin => 1, in len() 764 pub const fn quash_psh(self) -> Control { in quash_psh() argument 766 Control::Psh => Control::None, in quash_psh() 778 pub control: Control, 813 (false, false, false, false) => Control::None, in parse() 814 (false, false, false, true) => Control::Psh, in parse() 815 (true, false, false, _) => Control::Syn, in parse() 816 (false, true, false, _) => Control::Fin, in parse() [all …]
|
D | mod.rs | 242 Control as TcpControl, Packet as TcpPacket, Repr as TcpRepr, SeqNumber as TcpSeqNumber,
|