1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
Marian Buschsieweke b1114b0674
sys/net/gnrc/netif: use container_of()
Using `container_of()` to translate from `netif_t *` to the containing
`gnrc_netif_t *` adds a bit of plausibility: It will fail when `gnrc_netif_t`
stops to contain `netif_t` as member. Additionally, this silences false
positives of -Wcast-align
2021-12-03 10:12:33 +01:00
..
2021-10-05 14:15:57 +02:00
2021-02-22 14:54:14 +01:00
2021-02-22 14:54:14 +01:00
2020-11-12 22:50:53 +01:00
2021-08-13 19:50:38 +02:00
2021-02-22 14:54:14 +01:00
2020-11-18 18:38:44 +01:00
2020-11-06 15:57:52 +01:00
2021-08-13 19:50:38 +02:00
2021-02-22 14:54:14 +01:00
2020-10-23 11:27:48 +02:00
2021-11-13 20:32:02 +01:00
2021-01-18 14:14:13 +01:00
2021-08-13 19:50:38 +02:00
2021-01-21 11:22:32 +01:00
2021-12-02 09:41:46 +01:00
2021-01-26 17:40:30 +01:00
2021-02-22 14:54:14 +01:00
2020-11-25 12:00:13 +01:00
2021-11-11 19:59:26 +01:00
2021-11-19 09:54:17 +01:00
2021-02-22 14:54:15 +01:00
2021-08-13 19:50:38 +02:00
2021-02-22 14:54:15 +01:00
2021-11-24 17:54:44 +01:00
2021-08-04 14:01:28 +02:00
2021-11-29 10:30:49 +01:00
2021-10-01 11:26:15 +02:00
2021-10-01 11:26:15 +02:00
2021-09-02 23:12:31 +02:00