Loading...
Searching...
No Matches
icmp_echo_t Struct Reference

Echo request and response message format. More...

Detailed Description

Echo request and response message format.

See also
RFC 792, page 14

Definition at line 39 of file icmp.h.

#include <icmp.h>

Data Fields

uint8_t type
 message type
 
uint8_t code
 message code
 
network_uint16_t csum
 checksum
 
network_uint16_t id
 identifier
 
network_uint16_t sn
 sequence number
 

Field Documentation

◆ code

uint8_t icmp_echo_t::code

message code

Definition at line 41 of file icmp.h.

◆ csum

network_uint16_t icmp_echo_t::csum

checksum

Definition at line 42 of file icmp.h.

◆ id

network_uint16_t icmp_echo_t::id

identifier

Definition at line 43 of file icmp.h.

◆ sn

network_uint16_t icmp_echo_t::sn

sequence number

Definition at line 44 of file icmp.h.

◆ type

uint8_t icmp_echo_t::type

message type

Definition at line 40 of file icmp.h.


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