Go to the documentation of this file.
25 #ifndef NET_GNRC_SIXLOWPAN_FRAG_H
26 #define NET_GNRC_SIXLOWPAN_FRAG_H
33 #ifdef MODULE_GNRC_SIXLOWPAN_FRAG_HINT
IEEE 802.15.4 header definitions.
6LoWPAN dispatch type and helper function definitions.
Functions to work with different byte orders.
Definitions to provide a hint on the final fragment size.
void gnrc_sixlowpan_frag_send(gnrc_pktsnip_t *pkt, void *ctx, unsigned page)
Sends a packet fragmented.
Fragmentation buffer definitions.
General definitions for network packets and their helper functions.
Generic network interface header.
Adds include for missing inttype definitions.
void gnrc_sixlowpan_frag_recv(gnrc_pktsnip_t *pkt, void *ctx, unsigned page)
Handles a packet containing a fragment header.
6LoWPAN internal functions
Type to represent parts (either headers or payload) of a packet, called snips.