Go to the documentation of this file.
20 #ifndef NET_GNRC_IPV6_EXT_RH_H
21 #define NET_GNRC_IPV6_EXT_RH_H
@ GNRC_IPV6_EXT_RH_AT_DST
The routing header was successfully processed and this node is the destination (i....
@ GNRC_IPV6_EXT_RH_FORWARDED
The routing header was successfully processed and the packet was forwarded to another node or should ...
General definitions for network packets and their helper functions.
@ GNRC_IPV6_EXT_RH_ERROR
An error occurred during routing header processing.
Type to represent parts (either headers or payload) of a packet, called snips.
int gnrc_ipv6_ext_rh_process(gnrc_pktsnip_t *pkt)
Process the routing header of an IPv6 packet.