Searched refs:TCP_FLAG_RST (Results 1 – 2 of 2) sorted by relevance
11 let f = TCP_FLAG_RST; in test_tcp_frag_string()
47 pub(crate) const TCP_FLAG_RST: TcpFlag = TcpFlag(0x04); constant78 if *self & TCP_FLAG_RST != TCP_FLAG_ZERO { in fmt()