Lines Matching refs:HostBase
35 HostBase::HostBase(void) in HostBase() function in nn::rdt::CTR::HostBase
42 HostBase::~HostBase(void) in ~HostBase()
48 nn::Result HostBase::Initialize( in Initialize()
87 void HostBase::Finalize(void) in Finalize()
101 void HostBase::SetPacketLossRatio(int per) in SetPacketLossRatio()
110 void HostBase::PrintProperty(void) in PrintProperty()
112 LOG("m_transceiver: %d (%d)\n", offsetof(HostBase, m_transceiver), sizeof(Transceiver)); in PrintProperty()
113 LOG("m_packetLossRatio: %d (%d)\n", offsetof(HostBase, m_packetLossRatio), sizeof(int)); in PrintProperty()
114 LOG("m_resultCode: %d (%d)\n", offsetof(HostBase, m_resultCode), sizeof(Result)); in PrintProperty()
116 LOG("sizeof(HostBase)=%ld\n", (long) sizeof(HostBase)); in PrintProperty()
120 void HostBase::putSegment(const Segment &seg) in putSegment()
148 nn::Result HostBase::pullSegment(Segment *pSeg) in pullSegment()
161 void HostBase::sendRstSegment(u32 seq) in sendRstSegment()
173 void HostBase::sendRstAckSegment(u32 seq, u32 ack) in sendRstAckSegment()
186 void HostBase::errorHandling(Result resultCode) in errorHandling()