Format of ICMP packet. More...
Data Fields | |
uint8_t | type |
uint8_t | code |
uint16_t | checksum |
uint32_t | unused |
Format of ICMP packet.
Definition at line 154 of file gnunet-helper-nat-client.c.
uint8_t icmp_ttl_exceeded_header::type |
Definition at line 156 of file gnunet-helper-nat-client.c.
Referenced by process_icmp_response(), send_icmp(), and send_icmp_udp().
uint8_t icmp_ttl_exceeded_header::code |
Definition at line 158 of file gnunet-helper-nat-client.c.
Referenced by process_icmp_response(), send_icmp(), and send_icmp_udp().
uint16_t icmp_ttl_exceeded_header::checksum |
Definition at line 160 of file gnunet-helper-nat-client.c.
Referenced by send_icmp(), and send_icmp_udp().
uint32_t icmp_ttl_exceeded_header::unused |
Definition at line 162 of file gnunet-helper-nat-client.c.
Referenced by send_icmp(), and send_icmp_udp().