1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Martine Lenders 68fe6682ff gnrc_sixlowpan_frag: add current_size to exposed struct
Since IPHC also manipulates the total number of bytes of a received
datagram (by decompressing it), this also needs to be exposed. I guess
I was too focused on introducing a *generic* packet buffer for a future
virtual reassembly buffer (where it isn't needed, but so isn't `pkt` to
be honest), that I totally forgot about it in #9352.
2018-06-28 12:28:51 +02:00
..
application_layer gnrc: keep speed optimizations of c2b403f4 2018-02-22 20:40:59 +01:00
link_layer gnrc_gomach: enabling duty-cycle printing 2018-04-12 11:46:40 +02:00
netapi Revert "gnrc/netreg: remove usages of gnrc_netreg_num" 2018-02-22 20:30:03 +01:00
netif gnrc_ipv6_nib: add full RFC4862 DAD support 2018-05-31 17:11:25 +02:00
netreg gnrc_netreg: make message queue requirement more visible 2018-05-29 19:21:48 +02:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_sixlowpan_frag: add current_size to exposed struct 2018-06-28 12:28:51 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf fixup! gnrc_pktbuf: move common auxiliary functions to common module 2017-06-15 15:15:02 +02:00
pktbuf_malloc gnrc/pktbuf: Const correctness on gnrc_pktbuf_add 2018-06-15 00:44:23 +02:00
pktbuf_static gnrc/pktbuf: Const correctness on gnrc_pktbuf_add 2018-06-15 00:44:23 +02:00
pktdump sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc_rpl: exit early if netif_hdr is NULL in send function 2018-06-21 14:51:47 +02:00
sock gnrc_sock_udp: provide fix for error state for full port pool 2018-06-20 14:51:18 +02:00
transport_layer gnrc_tcp: Set src addr in outgoing packets by tcp layer. 2018-06-10 13:26:23 +02:00
Makefile gomach: a robust traffic adaptive multichannel MAC for IoT. 2017-11-30 18:51:49 +01:00