Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dchunk.rs44 pub(crate) const TCP_FLAG_ZERO: TcpFlag = TcpFlag(0x00); constant
72 if *self & TCP_FLAG_FIN != TCP_FLAG_ZERO { in fmt()
75 if *self & TCP_FLAG_SYN != TCP_FLAG_ZERO { in fmt()
78 if *self & TCP_FLAG_RST != TCP_FLAG_ZERO { in fmt()
81 if *self & TCP_FLAG_PSH != TCP_FLAG_ZERO { in fmt()
84 if *self & TCP_FLAG_ACK != TCP_FLAG_ZERO { in fmt()