1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Marian Buschsieweke 581aa6b70b
sys/net/netif: allow const in netif_iter()
For consistency with `gnrc_netif_iter()`, add the `const` qualifier to the
parameter of `netif_iter()`. This allows calling it on `const` pointers without
having to cast `netif_t *`, which (apart of dropping the `const` qualifier)
disables a lot of type safety checks offered by the compiler.
2021-12-03 10:12:33 +01:00
..
application_layer net/uhcp[cd]: use modules to select client/server code 2021-11-09 21:42:45 +01:00
ble
credman module/credman: Adapt to tiny-asn1 changes 2021-10-04 21:43:13 +02:00
crosslayer
dsm dsm: rename DTLS_PEER_MAX to CONFIG_DSM_PEER_MAX 2021-10-08 12:15:16 +02:00
gnrc sys/net/gnrc: make cppcheck happy 2021-11-30 11:20:20 +01:00
link_layer net/link_layer/l2util: initial Kconfig modeling 2021-09-30 17:30:16 +02:00
lora
netdev_test
netif sys/net/netif: allow const in netif_iter() 2021-12-03 10:12:33 +01:00
netstats
netutils
network_layer sys/net/fib: make CI happy 2021-11-30 10:27:46 +01:00
sock
transport_layer
doc.txt
Kconfig