HomeSort by relevance Sort by last modified time
    Searched full:m_shutdown (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
pseudotcp.h 192 enum Shutdown { SD_NONE, SD_GRACEFUL, SD_FORCEFUL } m_shutdown; member in class:cricket::PseudoTcp
pseudotcp.cc 214 m_shutdown(SD_NONE),
476 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
605 if (m_shutdown == SD_FORCEFUL)
610 if ((m_shutdown == SD_GRACEFUL)
898 bool bIgnoreData = (seg.flags & FLAG_CTL) || (m_shutdown != SD_NONE);
    [all...]

Completed in 244 milliseconds