Path Reply message structure.

Public Attributes#

uint8_t

Unicast destination.

uint8_t

On-behalf-of dependent flag.

uint8_t

Confirmation flag.

uint8_t

Prohibited.

uint16_t

Path origin address.

uint8_t

Forward number.

size_t

Path range length.

uint32_t

Path range.

size_t

Destination range length.

uint32_t

Destination range.

Public Attribute Documentation#

uni_dst#

uint8_t path_reply_t::uni_dst

Unicast destination.


obo_dep#

uint8_t path_reply_t::obo_dep

On-behalf-of dependent flag.


confirm#

uint8_t path_reply_t::confirm

Confirmation flag.


prohib#

uint8_t path_reply_t::prohib

Prohibited.


path_origin#

uint16_t path_reply_t::path_origin

Path origin address.


fwdnum#

uint8_t path_reply_t::fwdnum

Forward number.


prange_len#

size_t path_reply_t::prange_len

Path range length.


prange#

uint32_t path_reply_t::prange

Path range.


drange_len#

size_t path_reply_t::drange_len

Destination range length.


drange#

uint32_t path_reply_t::drange

Destination range.