Searched refs:SList (Results 1 – 2 of 2) sorted by relevance
130 typedef std::list<SSegment> SList; typedef159 bool transmit(const SList::iterator& seg, uint32_t now);209 SList m_slist;
964 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()