Go to the documentation of this file.
18 #ifndef NET_GNRC_SIXLOWPAN_INTERNAL_H
19 #define NET_GNRC_SIXLOWPAN_INTERNAL_H
70 size_t orig_datagram_size,
int16_t kernel_pid_t
Unique process identifier.
kernel_pid_t gnrc_sixlowpan_get_pid(void)
Returns the PID of the 6Lo thread.
Representation of a network interface.
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...
void gnrc_sixlowpan_dispatch_send(gnrc_pktsnip_t *pkt, void *context, unsigned page)
Delegates a packet to the network interface.
Definition for GNRC's network interfaces.
void gnrc_sixlowpan_dispatch_recv(gnrc_pktsnip_t *pkt, void *context, unsigned page)
Delegates a packet to the network layer.
Type to represent parts (either headers or payload) of a packet, called snips.