Searched refs:TCP_FLAG_PSH (Results 1 – 2 of 2) sorted by relevance
13 let f = TCP_FLAG_PSH; in test_tcp_frag_string()
48 pub(crate) const TCP_FLAG_PSH: TcpFlag = TcpFlag(0x08); constant81 if *self & TCP_FLAG_PSH != TCP_FLAG_ZERO { in fmt()