Data Fields | |
uint8_t | type |
uint8_t | code |
uint16_t | checksum |
uint32_t | reserved |
Definition at line 167 of file gnunet-helper-nat-client.c.
uint8_t icmp_echo_header::type |
Definition at line 169 of file gnunet-helper-nat-client.c.
Referenced by send_icmp(), and send_icmp_echo().
uint8_t icmp_echo_header::code |
Definition at line 171 of file gnunet-helper-nat-client.c.
Referenced by send_icmp(), and send_icmp_echo().
uint16_t icmp_echo_header::checksum |
Definition at line 173 of file gnunet-helper-nat-client.c.
Referenced by send_icmp(), and send_icmp_echo().
uint32_t icmp_echo_header::reserved |
Definition at line 175 of file gnunet-helper-nat-client.c.
Referenced by process_icmp_response(), send_icmp(), and send_icmp_echo().