Home
last modified time | relevance | path

Searched refs:iax2ProtocolType (Results 1 – 7 of 7) sorted by relevance

/dports/net/opal/opal-3.10.10/src/iax2/
H A Dframe.cxx654 (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 …]
H A Dspecialprocessor.cxx85 case IAX2FullFrame::iax2ProtocolType: in ProcessFullFrame()
H A Dregprocessor.cxx153 case IAX2FullFrame::iax2ProtocolType: in ProcessFullFrame()
H A Dprocessor.cxx180 if (f->GetFrameType() != IAX2FullFrame::iax2ProtocolType) in IsStatusQueryEthernetFrame()
H A Diax2ep.cxx625 if (ff->GetFrameType() != IAX2FullFrame::iax2ProtocolType) { in ProcessReceivedEthernetFrames()
H A Dcallprocessor.cxx349 case IAX2FullFrame::iax2ProtocolType: in ProcessFullFrame()
/dports/net/opal/opal-3.10.10/include/iax2/
H A Dframe.h176 iax2ProtocolType = 6, /*!< full frame type is IAX protocol specific */ enumerator
1013 virtual BYTE GetFullFrameType() { return iax2ProtocolType; } in GetFullFrameType()