Searched refs:SList (Results 1 – 2 of 2) sorted by relevance
138 typedef std::list<SSegment> SList; typedef167 bool transmit(const SList::iterator& seg, uint32_t now);217 SList m_slist;
993 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { in transmit()1045 SList::iterator next = seg; in transmit()1132 SList::iterator it = m_slist.begin(); in attemptSend()1137 SList::iterator seg = it; in attemptSend()