1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net/gnrc/sixlowpan
Martine Lenders a2eb3c7f15 gnrc_sixlowpan_frag: adapt for #8511
This refactors the `gnrc_sixlowpan_frag` module for the API proposed
in #8511.

The `ctx` for `gnrc_sixlowpan_frag_send()` is required to be a
`gnrc_sixlowpan_msg_frag_t` object, so IPHC can later on use it to
provide the *original* datagram size (otherwise, we would need to adapt
the API just for that, which seems to me as convoluted as this
proposal).

I also provide an expose function with a future possibility to provide
more than just one `gnrc_sixlowpan_msg_frag_t` object later on (plus
having cleaner module separation in general).
2018-06-26 19:38:33 +02:00
..
nd gnrc: remove legacy neighbor discovery code 2017-11-17 09:20:30 +01:00
ctx.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
frag.h gnrc_sixlowpan_frag: adapt for #8511 2018-06-26 19:38:33 +02:00
internal.h gnrc_sixlowpan: Introduce 6Lo GNRC dispatch sub-layer 2018-03-01 14:15:07 +01:00
iphc.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
nd.h gnrc_sixlowpan_nd: add missing header 2018-02-16 12:16:56 +01:00