ICMPv6 echo message definitions. More...
ICMPv6 echo message definitions.
Definition in file echo.h.
Go to the source code of this file.
Functions | |
gnrc_pktsnip_t * | gnrc_icmpv6_echo_build (uint8_t type, uint16_t id, uint16_t seq, uint8_t *data, size_t data_len) |
Builds an ICMPv6 echo message of type type for sending. More... | |
void | gnrc_icmpv6_echo_req_handle (gnrc_netif_t *netif, ipv6_hdr_t *ipv6_hdr, icmpv6_echo_t *echo, uint16_t len) |
ICMPv6 echo request handler. More... | |