Loading...
Searching...
No Matches

Minimal fragment forwarding definitions. More...

Detailed Description

Minimal fragment forwarding definitions.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file minfwd.h.

#include <stddef.h>
#include "net/gnrc/pkt.h"
#include "net/gnrc/netif.h"
#include "net/gnrc/sixlowpan/frag.h"
#include "net/gnrc/sixlowpan/frag/fb.h"
#include "net/gnrc/sixlowpan/frag/vrb.h"
+ Include dependency graph for minfwd.h:

Go to the source code of this file.

Functions

int gnrc_sixlowpan_frag_minfwd_forward (gnrc_pktsnip_t *pkt, const sixlowpan_frag_n_t *frag, gnrc_sixlowpan_frag_vrb_t *vrbe, unsigned page)
 Forwards a fragment according to a VRB entry.
 
int gnrc_sixlowpan_frag_minfwd_frag_iphc (gnrc_pktsnip_t *pkt, size_t orig_datagram_size, const ipv6_addr_t *ipv6_addr, gnrc_sixlowpan_frag_fb_t *fbuf)
 Fragments a packet with just the IPHC (and padding payload to get to 8 byte) as the first fragment.