1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/network_layer
Leandro Lanzieri 4d4f6ae1d6 net/ipv6: Return string pointer when splitting IPv6 interface.
Right now 'ipv6_addr_split_iface' assumes that the interface specifier
will always be a number (based on GNRC way of identifying interfaces),
but this may not be always the case.In order to be able to use the
Network Interface API, interfaces should be referred by their name.

This changes 'ipv6_addr_split_iface' so it returns a pointer to the
string that specifies the interface.
2019-11-15 14:02:50 +01:00
..
fib timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
icmpv6 sys/icmpv6_hdr_print: replace PRIu8 by PRIu16 2018-05-11 17:41:25 +02:00
ipv4/addr ipv4_addr: initial import 2015-09-11 16:32:36 +02:00
ipv6 net/ipv6: Return string pointer when splitting IPv6 interface. 2019-11-15 14:02:50 +01:00
sixlowpan sixlowpan: use generic format strings instead of inttypes.h macros 2018-07-17 12:22:16 +02:00