Loading...
Searching...
No Matches
icmpv6_error_time_exc_t Struct Reference

Time exceeded message format. More...

Detailed Description

Time exceeded message format.

See also
RFC 4443, section 3.3

Definition at line 182 of file icmpv6.h.

#include <icmpv6.h>

Data Fields

uint8_t type
 message type
 
uint8_t code
 message code
 
network_uint16_t csum
 checksum
 
network_uint32_t unused
 unused field
 
- Data Fields inherited from icmpv6_hdr_t
uint8_t type
 message type
 
uint8_t code
 message code
 
network_uint16_t csum
 checksum
 

Field Documentation

◆ code

uint8_t icmpv6_error_time_exc_t::code

message code

Definition at line 184 of file icmpv6.h.

◆ csum

network_uint16_t icmpv6_error_time_exc_t::csum

checksum

Definition at line 185 of file icmpv6.h.

◆ type

uint8_t icmpv6_error_time_exc_t::type

message type

Definition at line 183 of file icmpv6.h.

◆ unused

network_uint32_t icmpv6_error_time_exc_t::unused

unused field

Definition at line 186 of file icmpv6.h.


The documentation for this struct was generated from the following file: