You are viewing documentation for version:
PDFNetwork Protocol Data Unit.
Public Attributes#
uint8_t
Least significant bit of IV Index.
size_t
Length of the Transport PDU.
const uint8_t *
Transport Protocol Data Unit.
const uint8_t *
Pointer to the NetMIC data.
Public Attribute Documentation#
ivi#
uint8_t net_pdu_t::ivi
Least significant bit of IV Index.
nid#
uint8_t net_pdu_t::nid
Network Identifier.
ctl#
uint8_t net_pdu_t::ctl
Network Control.
ttl#
uint8_t net_pdu_t::ttl
Time To Live.
seq#
uint32_t net_pdu_t::seq
Sequence number.
src#
uint16_t net_pdu_t::src
Source address.
dst#
uint16_t net_pdu_t::dst
Destination address.
trans_pdu_len#
size_t net_pdu_t::trans_pdu_len
Length of the Transport PDU.
transport_pdu#
const uint8_t* net_pdu_t::transport_pdu
Transport Protocol Data Unit.
net_mic_len#
size_t net_pdu_t::net_mic_len
Length of the NetMIC.
net_mic#
const uint8_t* net_pdu_t::net_mic
Pointer to the NetMIC data.