Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs11 let f = TCP_FLAG_RST; in test_tcp_frag_string()
/webrtc/util/src/vnet/
H A Dchunk.rs47 pub(crate) const TCP_FLAG_RST: TcpFlag = TcpFlag(0x04); constant
78 if *self & TCP_FLAG_RST != TCP_FLAG_ZERO { in fmt()