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....
struct gnrc_pktsnip gnrc_pktsnip_t
Type to represent parts (either headers or payload) of a packet, called snips.
General definitions for network packets and their helper functions.