Loading...
Searching...
No Matches
icmpv6_error_param_prob_t Struct Reference

Parameter problem message format. More...

Detailed Description

Parameter problem message format.

See also
RFC 4443, section 3.3

Definition at line 197 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 ptr
 pointer
 
- 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_param_prob_t::code

message code

Definition at line 199 of file icmpv6.h.

◆ csum

network_uint16_t icmpv6_error_param_prob_t::csum

checksum

Definition at line 200 of file icmpv6.h.

◆ ptr

network_uint32_t icmpv6_error_param_prob_t::ptr

pointer

Definition at line 201 of file icmpv6.h.

◆ type

uint8_t icmpv6_error_param_prob_t::type

message type

Definition at line 198 of file icmpv6.h.


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