Searched refs:iax2ProtocolType (Results 1 – 7 of 7) sorted by relevance
654 (frameType == iax2ProtocolType); in IsPingFrame()660 (frameType == iax2ProtocolType); in IsNewFrame()666 (frameType == iax2ProtocolType); in IsLagRqFrame()678 (frameType == iax2ProtocolType); in IsPongFrame()684 (frameType == iax2ProtocolType); in IsAuthReqFrame()690 (frameType == iax2ProtocolType); in IsVnakFrame()696 (frameType == iax2ProtocolType); in IsRegReqFrame()702 (frameType == iax2ProtocolType); in IsRegAuthFrame()708 (frameType == iax2ProtocolType); in IsRegAckFrame()714 (frameType == iax2ProtocolType); in IsRegRelFrame()[all …]
85 case IAX2FullFrame::iax2ProtocolType: in ProcessFullFrame()
153 case IAX2FullFrame::iax2ProtocolType: in ProcessFullFrame()
180 if (f->GetFrameType() != IAX2FullFrame::iax2ProtocolType) in IsStatusQueryEthernetFrame()
625 if (ff->GetFrameType() != IAX2FullFrame::iax2ProtocolType) { in ProcessReceivedEthernetFrames()
349 case IAX2FullFrame::iax2ProtocolType: in ProcessFullFrame()
176 iax2ProtocolType = 6, /*!< full frame type is IAX protocol specific */ enumerator1013 virtual BYTE GetFullFrameType() { return iax2ProtocolType; } in GetFullFrameType()