1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/netif
Benjamin Valentin 39951a948e net/netif: move gnrc_netif_addr_to/from_str() to netif
These functions are independent from GNRC and can be used by stack-agnistoc
code.
Avoid pulling in a GNRC dependency by moving those two helper functions to
`netif`.

The old function names are kept as `static inline` wrapper functions to avoid
breaking API users.
2020-08-16 23:52:32 +02:00
..
Kconfig net/netif : Expose configurations to Kconfig 2020-08-03 16:10:00 +05:30
Makefile netif: introduce descriptor based netif 2019-10-11 10:59:14 +02:00
netif_util.c net/netif: move gnrc_netif_addr_to/from_str() to netif 2020-08-16 23:52:32 +02:00
netif.c net/netif : Move 'NETIF_NAMELENMAX' to 'CONFIG_' 2020-08-03 16:09:21 +05:30