CS43 Lab7 - A Router Stack
1.2019
|
Struct of a Type-0 (echo reply) ICMP header. More...
#include <sr_protocol.h>
Public Attributes | |
uint8_t | icmp_type |
uint8_t | icmp_code |
uint16_t | icmp_sum |
uint16_t | icmp_id |
uint16_t | icmp_seq |
uint16_t | timestamp |
uint16_t | data [ICMP_DATA_SIZE/2] |
Struct of a Type-0 (echo reply) ICMP header.
See here for more details.