Lines Matching full:fragments
4 …* 6LowPAN output for IPv6. Uses ND tables for link-layer addressing. Fragments packets to 6LowPAN …
74 /** This is a helper struct for reassembly of fragments
339 * Fragments an IPv6 datagram into 6LowPAN units, which fit into IEEE 802.15.4 frames.
357 /* We'll use a dedicated pbuf for building 6LowPAN fragments. */ in lowpan6_frag()
756 /* Insert new pbuf into list of fragments. Each fragment is a pbuf, in lowpan6_input()
762 /* fragment overlap, discard old fragments */ in lowpan6_input()
780 /* overlap, discard old fragments */ in lowpan6_input()
789 /* fragment mismatch, discard old fragments */ in lowpan6_input()
807 /* check if all fragments were received */ in lowpan6_input()
814 /* not complete, wait for more fragments */ in lowpan6_input()
820 /* all fragments received, combine pbufs */ in lowpan6_input()
842 /* pbuf enqueued, waiting for more fragments */ in lowpan6_input()