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
Martine Lenders d491e827fb
gnrc_pkt: introduce packet list operations
Up until now `utlist.h` is used to manipulate the packet list within a
GNRC pkt snip. Since I always wanted to see if there would be an
advantage when using `core`'s `list.h`, I provide this
`gnrc_pktsnip_t`-specific API to manipulate the packet list. It has the
additional advantage of type safety and that future steps could
encapsulate those operations.
2020-10-13 13:32:53 +02:00
..
dhcpv6/client
gomach net/gnrc/gomach: Remove unused queue size configuration option 2020-06-19 10:19:31 +02:00
icmpv6
ipv6 gnrc_ipv6_nib_nc: error on non-link-local address without ARSM 2020-09-01 11:12:55 +02:00
lorawan
lwmac lwmac: add re-initialize radio support. 2020-08-15 22:12:36 +08:00
mac gnrc/mac/timeout: add missing include 2020-09-24 13:06:47 +02:00
netif sys/net/gnrc: fix typos 2020-10-02 08:13:18 +02:00
rpl gnrc/rpl: Move GNRC_RPL_CLEANUP_TIME to 'CONFIG_' namespace 2020-05-14 15:56:58 +02:00
sixlowpan gnrc/sixlowpan: Configure queue size with exponent 2020-06-15 07:30:52 +02:00
tcp gnrc_tcp: Fix typo in config.h 2020-10-05 14:59:11 +02:00
icmpv6.h
ipv6.h gnrc/ipv6: Configure queue size with exponent 2020-06-15 07:30:50 +02:00
lorawan.h gnrc_lorawan: uncrustify files 2020-09-30 14:18:54 +02:00
ndp.h
netapi.h
neterr.h sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
netif.h sys/net/gnrc: fix typos 2020-10-02 08:13:18 +02:00
netreg.h
nettype.h net: Add the possibility to use custom ethertype 2020-08-06 13:04:58 +02:00
pkt.h gnrc_pkt: introduce packet list operations 2020-10-13 13:32:53 +02:00
pktbuf.h gnrc/pktbuf : Move 'GNRC_PKTBUF_SIZE' to 'CONFIG_' 2020-06-11 14:46:36 +05:30
pktdump.h gnrc/pktdump : Add 'CONFIG_' & expose to Kconfig 2020-06-09 13:31:29 +05:30
pktqueue.h
priority_pktqueue.h
rpl.h gnrc/rpl: document implementation status 2020-10-08 12:10:05 +02:00
sixlowpan.h
tcp.h sys/net/gnrc: fix typos 2020-10-02 08:13:18 +02:00
udp.h gnrc/udp: Configure queue size with exponent 2020-06-15 07:30:51 +02:00