Microchip® Advanced Software Framework

ip6_reass_helper Struct Reference

This is a helper struct which holds the starting offset and the ending offset of this fragment to easily chain the fragments.

It has the same packing requirements as the IPv6 header, since it replaces the Fragment Header in memory in incoming fragments to keep track of the various fragments.

Public Member Functions

 PACK_STRUCT_FIELD (struct pbuf *next_pbuf)
 
 PACK_STRUCT_FIELD (u16_t start)
 
 PACK_STRUCT_FIELD (u16_t end)
 

ip6_reass_helper::PACK_STRUCT_FIELD ( struct pbuf next_pbuf)
ip6_reass_helper::PACK_STRUCT_FIELD ( u16_t  start)
ip6_reass_helper::PACK_STRUCT_FIELD ( u16_t  end)