INET Framework for OMNeT++/OMNEST
inet::ospf::OspfPacketBase Member List

This is the complete list of members for inet::ospf::OspfPacketBase, including all inherited members.

_getTag(int index) constinet::Chunkinlineprotected
addChunkLength(b chunkLength)inet::FieldsChunkinlinevirtual
addTag(b offset=b(0), b length=b(-1))inet::Chunkinline
addTagIfAbsent(b offset=b(0), b length=b(-1))inet::Chunkinline
addTagsWhereAbsent(b offset=b(0), b length=b(-1))inet::Chunkinline
areaIDinet::ospf::OspfPacketBaseprotected
canInsertAt(const Ptr< const Chunk > &chunk, b offset) constinet::Chunkinlinevirtual
canInsertAtBack(const Ptr< const Chunk > &chunk) constinet::Chunkinlinevirtual
canInsertAtFront(const Ptr< const Chunk > &chunk) constinet::Chunkinlinevirtual
canRemoveAt(b offset, b length) constinet::Chunkinlinevirtual
canRemoveAtBack(b length) constinet::Chunkinlinevirtual
canRemoveAtFront(b length) constinet::Chunkinlinevirtual
CF_IMMUTABLE enum valueinet::Chunkprotected
CF_IMPROPERLY_REPRESENTED enum valueinet::Chunkprotected
CF_INCOMPLETE enum valueinet::Chunkprotected
CF_INCORRECT enum valueinet::Chunkprotected
checkMutable() constinet::Chunkinlineprotected
checkPeekResult(const Ptr< T > &chunk, int flags) constinet::Chunkinlineprotected
inet::Chunk::Chunk(const Chunk &other)inet::Chunk
ChunkFlag enum nameinet::Chunkprotected
chunkLengthinet::FieldsChunkprotected
ChunkType enum nameinet::Chunk
clearTags(b offset=b(0), b length=b(-1))inet::Chunkinline
containsSameData(const Chunk &other) const overrideinet::FieldsChunkvirtual
convertChunk(const std::type_info &typeInfo, const Ptr< Chunk > &chunk, b offset, b length, int flags)inet::FieldsChunkinlineprotectedstatic
copy(const OspfPacketBase &other)inet::ospf::OspfPacketBaseprivate
copyTags(const Chunk &source, b sourceOffset=b(0), b offset=b(0), b length=b(-1))inet::Chunkinline
crcinet::ospf::OspfPacketBaseprotected
crcModeinet::ospf::OspfPacketBaseprotected
CT_BITCOUNT enum valueinet::Chunk
CT_BITS enum valueinet::Chunk
CT_BYTECOUNT enum valueinet::Chunk
CT_BYTES enum valueinet::Chunk
CT_CPACKET enum valueinet::Chunk
CT_EMPTY enum valueinet::Chunk
CT_ENCRYPTED enum valueinet::Chunk
CT_FIELDS enum valueinet::Chunk
CT_SEQUENCE enum valueinet::Chunk
CT_SLICE enum valueinet::Chunk
deserialize(MemoryInputStream &stream, const std::type_info &typeInfo)inet::Chunkstatic
doInsertAt(const Ptr< const Chunk > &chunk, b offset)inet::Chunkinlineprotectedvirtual
doInsertAtBack(const Ptr< const Chunk > &chunk)inet::Chunkinlineprotectedvirtual
doInsertAtFront(const Ptr< const Chunk > &chunk)inet::Chunkinlineprotectedvirtual
doRemoveAt(b offset, b length)inet::Chunkinlineprotectedvirtual
doRemoveAtBack(b length)inet::Chunkinlineprotectedvirtual
doRemoveAtFront(b length)inet::Chunkinlineprotectedvirtual
dup() const overrideinet::ospf::OspfPacketBaseinlinevirtual
dupShared() constinet::Chunkinlinevirtual
enableImplicitChunkSerializationinet::Chunkstatic
FieldsChunk()inet::FieldsChunk
FieldsChunk(const FieldsChunk &other)inet::FieldsChunk
findTag(b offset=b(0), b length=b(-1)) constinet::Chunkinline
flagsinet::Chunkprotected
forEachChild(cVisitor *v) overrideinet::Chunkvirtual
getAllTags(b offset=b(0), b length=b(-1)) constinet::Chunkinline
getAllTagsForUpdate(b offset=b(0), b length=b(-1))inet::Chunkinline
getAreaID() constinet::ospf::OspfPacketBasevirtual
getAreaIDForUpdate()inet::ospf::OspfPacketBaseinline
getBinDumpLine(int index)inet::Chunkprotected
getBinDumpNumLines() constinet::Chunkprotected
getChunkId() constinet::Chunkinline
getChunkLength() const overrideinet::FieldsChunkinlinevirtual
getChunkType() const overrideinet::FieldsChunkinlinevirtual
getCompleteStringRepresentation(int evFlags=0) constinet::IPrintableObjectinlinevirtual
getCrc() constinet::ospf::OspfPacketBasevirtual
getCrcMode() constinet::ospf::OspfPacketBase
getDebugStringRepresentation(int evFlags=0) constinet::IPrintableObjectinlinevirtual
getDetailStringRepresentation(int evFlags=0) constinet::IPrintableObjectinlinevirtual
getHexDumpLine(int index)inet::Chunkprotected
getHexDumpNumLines() constinet::Chunkprotected
getInfoStringRepresentation(int evFlags=0) constinet::IPrintableObjectinlinevirtual
getNumTags() constinet::Chunkinline
getPacketLengthField() constinet::ospf::OspfPacketBasevirtual
getRegionTags() overrideinet::Chunkinlinevirtual
getRouterID() constinet::ospf::OspfPacketBasevirtual
getRouterIDForUpdate()inet::ospf::OspfPacketBaseinline
getSerializedBytes() constinet::FieldsChunkinlineprotected
getTag(int index) constinet::Chunkinline
getTag(b offset=b(0), b length=b(-1)) constinet::Chunkinline
getTraceStringRepresentation(int evFlags=0) constinet::IPrintableObjectinlinevirtual
getType() constinet::ospf::OspfPacketBasevirtual
getVersion() constinet::ospf::OspfPacketBasevirtual
handleChange() overrideinet::FieldsChunkvirtual
has(const Iterator &iterator, b length=unspecifiedLength) constinet::Chunkinline
idinet::Chunkprotected
insertAt(const Ptr< const Chunk > &chunk, b offset)inet::Chunkinline
insertAtBack(const Ptr< const Chunk > &chunk)inet::Chunkinline
insertAtFront(const Ptr< const Chunk > &chunk)inet::Chunkinline
isComplete() constinet::Chunkinlinevirtual
isCorrect() constinet::Chunkinlinevirtual
isEmpty() constinet::Chunkinlinevirtual
isImmutable() constinet::Chunkinlinevirtual
isImproperlyRepresented() constinet::Chunkinlinevirtual
isIncomplete() constinet::Chunkinlinevirtual
isIncorrect() constinet::Chunkinlinevirtual
isMutable() constinet::Chunkinlinevirtual
isProperlyRepresented() constinet::Chunkinlinevirtual
mapAllTags(b offset, b length, std::function< void(b, b, const Ptr< const T > &)> f) constinet::Chunkinline
mapAllTagsForUpdate(b offset, b length, std::function< void(b, b, const Ptr< T > &)> f)inet::Chunkinline
markImmutable()inet::Chunkinlinevirtual
markImproperlyRepresented()inet::Chunkinlinevirtual
markIncomplete()inet::Chunkinlinevirtual
markIncorrect()inet::Chunkinlinevirtual
markMutableIfExclusivelyOwned()inet::Chunkinline
moveIterator(Iterator &iterator, b length) constinet::Chunkvirtual
nextIdinet::Chunkstatic
operator=(const OspfPacketBase &other)inet::ospf::OspfPacketBase
operator==(const OspfPacketBase &)=deleteinet::ospf::OspfPacketBaseprotected
OspfPacketBase()inet::ospf::OspfPacketBase
OspfPacketBase(const OspfPacketBase &other)inet::ospf::OspfPacketBase
packetLengthFieldinet::ospf::OspfPacketBaseprotected
parsimPack(omnetpp::cCommBuffer *b) const overrideinet::ospf::OspfPacketBasevirtual
inet::FieldsChunk::parsimPack(cCommBuffer *buffer) const overrideinet::FieldsChunkvirtual
parsimUnpack(omnetpp::cCommBuffer *b) overrideinet::ospf::OspfPacketBasevirtual
inet::FieldsChunk::parsimUnpack(cCommBuffer *buffer) overrideinet::FieldsChunkvirtual
peek(const Iterator &iterator, b length=unspecifiedLength, int flags=0) constinet::Chunk
peek(const Iterator &iterator, b length=unspecifiedLength, int flags=0) constinet::Chunkinline
peekConverted(const Iterator &iterator, b length, int flags) constinet::Chunkinlineprotected
PeekConverterinet::Chunkprotected
PeekFlag enum nameinet::Chunk
PeekPredicate typedefinet::Chunkprotected
peekUnchecked(PeekPredicate predicate, PeekConverter converter, const Iterator &iterator, b length, int flags) const overrideinet::FieldsChunkprotectedvirtual
PF_ALLOW_ALL enum valueinet::Chunk
PF_ALLOW_EMPTY enum valueinet::Chunk
PF_ALLOW_IMPROPERLY_REPRESENTED enum valueinet::Chunk
PF_ALLOW_INCOMPLETE enum valueinet::Chunk
PF_ALLOW_INCORRECT enum valueinet::Chunk
PF_ALLOW_NULLPTR enum valueinet::Chunk
PF_ALLOW_SERIALIZATION enum valueinet::Chunk
PRINT_FLAG_FORMATTED enum valueinet::IPrintableObject
PRINT_FLAG_MULTILINE enum valueinet::IPrintableObject
PRINT_LEVEL_COMPLETE enum valueinet::IPrintableObject
PRINT_LEVEL_DEBUG enum valueinet::IPrintableObject
PRINT_LEVEL_DETAIL enum valueinet::IPrintableObject
PRINT_LEVEL_INFO enum valueinet::IPrintableObject
PRINT_LEVEL_TRACE enum valueinet::IPrintableObject
printFieldsToStream(std::ostream &stream, int level, int evFlags=0) const overrideinet::FieldsChunkvirtual
PrintFlag enum nameinet::IPrintableObject
PrintLevel enum nameinet::IPrintableObject
printToStream(std::ostream &stream, int level, int evFlags=0) const overrideinet::Chunkvirtual
printToString() constinet::IPrintableObjectinlinevirtual
printToString(int level, int evFlags=0) constinet::IPrintableObjectinlinevirtual
regionTagsinet::Chunkprotected
removeAt(b offset, b length)inet::Chunkinline
removeAtBack(b length)inet::Chunkinline
removeAtFront(b length)inet::Chunkinline
removeTag(b offset, b length)inet::Chunkinline
removeTagIfPresent(b offset, b length)inet::Chunkinline
removeTagsWherePresent(b offset, b length)inet::Chunkinline
routerIDinet::ospf::OspfPacketBaseprotected
seekIterator(Iterator &iterator, b position) constinet::Chunkvirtual
serialize(MemoryOutputStream &stream, const Ptr< const Chunk > &chunk, b offset=b(0), b length=b(-1))inet::Chunkstatic
serializedBytesinet::FieldsChunkmutableprotected
setAreaID(const ::inet::Ipv4Address &areaID)inet::ospf::OspfPacketBasevirtual
setChunkLength(b chunkLength)inet::FieldsChunkinlinevirtual
setCrc(uint16_t crc)inet::ospf::OspfPacketBasevirtual
setCrcMode(::inet::CrcMode crcMode)inet::ospf::OspfPacketBasevirtual
setPacketLengthField(int packetLengthField)inet::ospf::OspfPacketBasevirtual
setRouterID(const ::inet::Ipv4Address &routerID)inet::ospf::OspfPacketBasevirtual
setSerializedBytes(const std::vector< uint8_t > *bytes) constinet::FieldsChunkinlineprotected
setType(OspfPacketType type)inet::ospf::OspfPacketBasevirtual
setVersion(short version)inet::ospf::OspfPacketBasevirtual
simplify() constinet::Chunkinline
str() const overrideinet::Chunkvirtual
typeinet::ospf::OspfPacketBaseprotected
unspecifiedLengthinet::Chunkstatic
versioninet::ospf::OspfPacketBaseprotected
~FieldsChunk()inet::FieldsChunkvirtual
~IPrintableObject()inet::IPrintableObjectinlinevirtual
~OspfPacketBase()inet::ospf::OspfPacketBasevirtual