Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.cc115 const uint8_t FLAG_CTL = 0x02; variable
672 if (seg.flags & FLAG_CTL) { in process()
897 bool bIgnoreData = (seg.flags & FLAG_CTL) || (m_shutdown != SD_NONE); in process()
1003 uint8_t flags = (seg->bCtrl ? FLAG_CTL : 0); in transmit()