Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.h130 typedef std::list<SSegment> SList; typedef
159 bool transmit(const SList::iterator& seg, uint32_t now);
209 SList m_slist;
Dpseudotcp.cc964 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { in transmit()
1017 SList::iterator next = seg; in transmit()
1106 SList::iterator it = m_slist.begin(); in attemptSend()
1111 SList::iterator seg = it; in attemptSend()