Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc116 const uint8_t FLAG_CTL = 0x02; variable
674 if (seg.flags & FLAG_CTL) { in process()
898 bool bIgnoreData = (seg.flags & FLAG_CTL) || (m_shutdown != SD_NONE); in process()
974 uint8_t flags = (seg->bCtrl ? FLAG_CTL : 0); in transmit()