EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
icmp4_schema Struct Reference

ICMP4 protocol schema definition. More...

#include <packet_decoder.h>

Data Fields

char id [MAX_RANDOM_UUID_LEN]
 
uint8_t type
 
uint8_t code
 
uint16_t checksum
 
uint32_t gateway
 

Detailed Description

ICMP4 protocol schema definition.

Field Documentation

◆ checksum

uint16_t icmp4_schema::checksum

Packet checksum

◆ code

uint8_t icmp4_schema::code

Packet type sub-code

◆ gateway

uint32_t icmp4_schema::gateway

Packet gateway address

◆ id

char icmp4_schema::id[MAX_RANDOM_UUID_LEN]

Packet id

◆ type

uint8_t icmp4_schema::type

Packet message type


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