Skip to main content

Module tlv

Module tlv 

Source
Expand description

Type-Length-Value (TLV) record types and iterators.

Modules§

entity_id
Entity ID TLV.
fault_handler_override
Fault Handler Override TLV and handler set.
filestore_request
Filestore Request TLV.
filestore_response
Filestore Response TLV.
flow_label
Flow Label TLV.
message_to_user
Message to User TLV.

Structs§

Tlv
A single, unified, zero-copy view of a TLV record. It contains the Type, Length, and the variable-length Value.
TlvIterator
An iterator that yields zero-copy Tlv references from a byte buffer.

Enums§

FilestoreAction
Action codes for Filestore Request TLV (Table 5-16)
TlvType
Identifies the type of a TLV record (Table 5-14).