1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/include/net/ipv6
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
..
ext ipv6_ext: add fragmentation extension definitions 2019-06-04 16:24:28 +02:00
addr.h net/ipv6: Return string pointer when splitting IPv6 interface. 2019-11-15 14:02:50 +01:00
ext.h ipv6_ext: add fragmentation extension definitions 2019-06-04 16:24:28 +02:00
hdr.h doc: update IPv6 RFC references 2018-04-10 15:40:18 +02:00