20#ifndef NET_GNRC_SIXLOWPAN_IPHC_H
21#define NET_GNRC_SIXLOWPAN_IPHC_H
void gnrc_sixlowpan_iphc_recv(gnrc_pktsnip_t *pkt, void *ctx, unsigned page)
Decompresses a received 6LoWPAN IPHC frame.
void gnrc_sixlowpan_iphc_send(gnrc_pktsnip_t *pkt, void *ctx, unsigned page)
Compresses a 6LoWPAN for IPHC.
General definitions for network packets and their helper functions.
6LoWPAN dispatch type and helper function definitions.
Type to represent parts (either headers or payload) of a packet, called snips.