Go to the documentation of this file.
20 #ifndef NET_GNRC_ICMPV6_ECHO_H
21 #define NET_GNRC_ICMPV6_ECHO_H
47 uint8_t *data,
size_t data_len);
IPv6 header type and helper function definitions.
Functions to work with different byte orders.
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.
Representation of a network interface.
Definition for GNRC's network interfaces.
Data type to represent an IPv6 packet header.
Adds include for missing inttype definitions.
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.
Echo request and response message format.
Type to represent parts (either headers or payload) of a packet, called snips.