#include <net/icmp_codes.h>
#include <net/packet.h>
Go to the source code of this file.
Functions | |
size_t | icmp_client_header_length (packet_t *packet) |
Returns the ICMP header length. | |
int | icmp_client_process_packet (packet_t *packet, icmp_type_t *type, icmp_code_t *code, icmp_param_t *pointer, icmp_param_t *mtu) |
Processes the received packet prefixed with an ICMP header. |
Definition in file icmp_client.h.