18#ifndef NET_GNRC_SIXLOWPAN_INTERNAL_H
19#define NET_GNRC_SIXLOWPAN_INTERNAL_H
69 size_t orig_datagram_size,
Definition for GNRC's network interfaces.
int16_t kernel_pid_t
Unique process identifier.
General definitions for network packets and their helper functions.
void gnrc_sixlowpan_multiplex_by_size(gnrc_pktsnip_t *pkt, size_t orig_datagram_size, gnrc_netif_t *netif, unsigned page)
Checks if packet fits over interface (and fragments if 6LoWPAN Fragmentation is available and require...
kernel_pid_t gnrc_sixlowpan_get_pid(void)
Returns the PID of the 6Lo thread.
void gnrc_sixlowpan_dispatch_send(gnrc_pktsnip_t *pkt, void *context, unsigned page)
Delegates a packet to the network interface.
void gnrc_sixlowpan_dispatch_recv(gnrc_pktsnip_t *pkt, void *context, unsigned page)
Delegates a packet to the network layer.
Representation of a network interface.
Type to represent parts (either headers or payload) of a packet, called snips.