Lines Matching refs:HostBase
37 HostBase::HostBase(void) in HostBase() function in nn::rdt::CTR::HostBase
44 HostBase::~HostBase(void) in ~HostBase()
50 nn::Result HostBase::Initialize( in Initialize()
92 void HostBase::Finalize(void) in Finalize()
106 void HostBase::SetPacketLossRatio(int per) in SetPacketLossRatio()
115 void HostBase::PrintProperty(void) in PrintProperty()
117 LOG("m_transceiver: %d (%d)\n", offsetof(HostBase, m_transceiver), sizeof(Transceiver)); in PrintProperty()
118 LOG("m_packetLossRatio: %d (%d)\n", offsetof(HostBase, m_packetLossRatio), sizeof(int)); in PrintProperty()
119 LOG("m_resultCode: %d (%d)\n", offsetof(HostBase, m_resultCode), sizeof(Result)); in PrintProperty()
121 LOG("sizeof(HostBase)=%ld\n", (long) sizeof(HostBase)); in PrintProperty()
125 void HostBase::putSegment(const Segment &seg) in putSegment()
152 nn::Result HostBase::pullSegment(Segment *pSeg) in pullSegment()
165 void HostBase::sendRstSegment(u32 seq) in sendRstSegment()
177 void HostBase::sendRstAckSegment(u32 seq, u32 ack) in sendRstAckSegment()
190 void HostBase::errorHandling(Result resultCode) in errorHandling()