Loading...
Searching...
No Matches

Fragmentation send buffer type. More...

Detailed Description

Fragmentation send buffer type.

Definition at line 69 of file frag.h.

#include <frag.h>

Data Fields

gnrc_pktsnip_tpkt
 the IPv6 packet to fragment
 
gnrc_pktsnip_tper_frag
 per fragment headers
 
uint32_t id
 the identification for the fragment header
 
uint16_t path_mtu
 path MTU to destination of gnrc_ipv6_ext_frag_send_t::pkt
 
uint16_t offset
 current fragmentation offset
 

Field Documentation

◆ id

uint32_t gnrc_ipv6_ext_frag_send_t::id

the identification for the fragment header

Definition at line 72 of file frag.h.

◆ offset

uint16_t gnrc_ipv6_ext_frag_send_t::offset

current fragmentation offset

Definition at line 75 of file frag.h.

◆ path_mtu

uint16_t gnrc_ipv6_ext_frag_send_t::path_mtu

path MTU to destination of gnrc_ipv6_ext_frag_send_t::pkt

Definition at line 73 of file frag.h.

◆ per_frag

gnrc_pktsnip_t* gnrc_ipv6_ext_frag_send_t::per_frag

per fragment headers

Definition at line 71 of file frag.h.

◆ pkt

gnrc_pktsnip_t* gnrc_ipv6_ext_frag_send_t::pkt

the IPv6 packet to fragment

Definition at line 70 of file frag.h.


The documentation for this struct was generated from the following file: