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

  /external/webrtc/talk/media/sctp/
sctpdataengine.h 113 struct SctpInboundPacket;
215 void OnInboundPacketFromSctpToChannel(SctpInboundPacket* packet);
sctpdataengine.cc 106 typedef rtc::ScopedMessageData<SctpInboundPacket> InboundPacketMessage;
116 MSG_SCTPINBOUNDPACKET = 1, // MessageData is SctpInboundPacket
120 struct SctpInboundPacket {
233 SctpInboundPacket* packet = new SctpInboundPacket;
690 SctpInboundPacket* packet) {
    [all...]

Completed in 75 milliseconds