CS43 Lab7 - A Router Stack
1.2019
|
Struct of a Type-3 (destination unreachable) ICMP header. More...
#include <sr_protocol.h>
Public Attributes | |
uint8_t | icmp_type |
uint8_t | icmp_code |
uint16_t | icmp_sum |
uint16_t | unused |
uint16_t | next_mtu |
uint8_t | data [ICMP_DATA_SIZE] |
Struct of a Type-3 (destination unreachable) ICMP header.
See here for more details.