HomeSort by relevance Sort by last modified time
    Searched defs:SetMaxOutgoingPduSize (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
lowerlayer.cpp 242 TPVStatusCode H223LowerLayer::SetMaxOutgoingPduSize(uint16 Size)
244 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223LowerLayer::SetMaxOutgoingPduSize(%d)\n", Size));
248 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223LowerLayer::SetMaxOutgoingPduSize - size < min(%d)!\n", H223_MIN_PDU_SIZE));
258 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223LowerLayer::SetMaxOutgoingPduSize - Size >= max_pdu_size(%d)\n", max_pdu_size));
cpvh223multiplex.cpp 444 TPVStatusCode CPVH223Multiplex::SetMaxOutgoingPduSize(uint16 Size)
446 return iLowerLayer->SetMaxOutgoingPduSize(Size);
    [all...]

Completed in 21 milliseconds