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