Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/wire/
Dtcp.rs97 pub const FLG_PSH: u16 = 0x008; constant
214 raw & field::FLG_PSH != 0 in psh()
451 raw | field::FLG_PSH in set_psh()
453 raw & !field::FLG_PSH in set_psh()