Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/wire/
Dtcp.rs211 pub fn psh(&self) -> bool { in psh() method
812 let control = match (packet.syn(), packet.fin(), packet.rst(), packet.psh()) { in parse()
1001 if self.psh() { in fmt()
1117 assert!(!packet.psh()); in test_deconstruct()