Fragmentation send buffer type. More...
#include <frag.h>
Data Fields | |
| gnrc_pktsnip_t * | pkt |
| the IPv6 packet to fragment | |
| gnrc_pktsnip_t * | per_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 | |
| uint32_t gnrc_ipv6_ext_frag_send_t::id |
| uint16_t gnrc_ipv6_ext_frag_send_t::offset |
| uint16_t gnrc_ipv6_ext_frag_send_t::path_mtu |
path MTU to destination of gnrc_ipv6_ext_frag_send_t::pkt
| gnrc_pktsnip_t* gnrc_ipv6_ext_frag_send_t::per_frag |
| gnrc_pktsnip_t* gnrc_ipv6_ext_frag_send_t::pkt |