1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/network_layer/ipv6/addr
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
..
ipv6_addr_from_str.c ipv6_addr: provide fix for off-by-x error 2017-04-25 19:19:43 +02:00
ipv6_addr_to_str.c ipv6_addr: make IPv4 compatible addresses optional 2015-09-11 20:03:46 +02:00
ipv6_addr.c net/ipv6: Return string pointer when splitting IPv6 interface. 2019-11-15 14:02:50 +01:00
Makefile ipv6_addr: remove ng_ prefix 2015-08-11 13:27:07 +02:00