PTLib
Version 2.18.8
|
This is the complete list of members for PEthSocket::Frame, including all inherited members.
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
Compare(const PObject &obj) const | PObject | virtual |
Compare2(T v1, T v2) | PObject | inlinestatic |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
CreateDataLink(const Address &src, const Address &dst, unsigned proto, PINDEX length) | PEthSocket::Frame | |
CreateIP(const PIPSocket::Address &src, const PIPSocket::Address &dst, unsigned proto, PINDEX length) | PEthSocket::Frame | |
CreateTCP(const PIPSocketAddressAndPort &src, const PIPSocketAddressAndPort &dst, PINDEX length, const void *data=NULL) | PEthSocket::Frame | |
CreateUDP(const PIPSocketAddressAndPort &src, const PIPSocketAddressAndPort &dst, PINDEX length, const void *data=NULL) | PEthSocket::Frame | |
EqualTo enum value | PObject | |
Frame(PINDEX maxSize=65536) | PEthSocket::Frame | |
Frame(const Frame &frame) | PEthSocket::Frame | |
GetClass() const | PObject | inline |
GetDataLink(PBYTEArray &payload) | PEthSocket::Frame | |
GetDataLink(PBYTEArray &payload, Address &src, Address &dst) | PEthSocket::Frame | |
GetDataLinkType() const | PEthSocket::Frame | inline |
GetIP(PBYTEArray &payload) | PEthSocket::Frame | |
GetIP(PBYTEArray &payload, PIPSocket::Address &src, PIPSocket::Address &dst) | PEthSocket::Frame | |
GetSize() const | PEthSocket::Frame | inline |
GetTCP(PBYTEArray &payload, WORD &srcPort, WORD &dstPort) | PEthSocket::Frame | |
GetTCP(PBYTEArray &payload, PIPSocketAddressAndPort &src, PIPSocketAddressAndPort &dst) | PEthSocket::Frame | |
GetTimestamp() const | PEthSocket::Frame | inline |
GetTraceContextIdentifier() const | PObject | inline |
GetUDP(PBYTEArray &payload, WORD &srcPort, WORD &dstPort) | PEthSocket::Frame | |
GetUDP(PBYTEArray &payload, PIPSocketAddressAndPort &src, PIPSocketAddressAndPort &dst) | PEthSocket::Frame | |
GreaterThan enum value | PObject | |
HashFunction() const | PObject | virtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
IsClass(const char *name) const | PObject | inline |
IsFragmentated() const | PEthSocket::Frame | inline |
LessThan enum value | PObject | |
m_dataLinkType | PEthSocket::Frame | protected |
m_fragmentated | PEthSocket::Frame | protected |
m_fragmentDstIP | PEthSocket::Frame | protected |
m_fragmentProcessed | PEthSocket::Frame | protected |
m_fragmentProto | PEthSocket::Frame | protected |
m_fragments | PEthSocket::Frame | protected |
m_fragmentSrcIP | PEthSocket::Frame | protected |
m_rawData | PEthSocket::Frame | protected |
m_rawSize | PEthSocket::Frame | protected |
m_timestamp | PEthSocket::Frame | protected |
m_traceContextIdentifier | PObject | protected |
operator!=(const PObject &obj) const | PObject | inline |
operator<(const PObject &obj) const | PObject | inline |
operator<=(const PObject &obj) const | PObject | inline |
operator==(const PObject &obj) const | PObject | inline |
operator>(const PObject &obj) const | PObject | inline |
operator>=(const PObject &obj) const | PObject | inline |
PObject() | PObject | inlineprotected |
PreRead() | PEthSocket::Frame | |
PrintOn(ostream &strm) const | PObject | virtual |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
Read(PChannel &channel, PINDEX packetSize=P_MAX_INDEX) | PEthSocket::Frame | virtual |
ReadFrom(istream &strm) | PObject | virtual |
SetDataLinkType(unsigned dataLinkType) | PEthSocket::Frame | inline |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
Write(PChannel &channel) const | PEthSocket::Frame | virtual |
~PObject() | PObject | inlinevirtual |