1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net
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
..
bluetil bluetil/addr: fix byte ordering in addr_from_str() 2019-08-28 16:48:42 +02:00
cord
ethernet
fib
gnrc Merge pull request #12698 from miri64/gnrc_sixlowpan_frag_vrb/fix/empty-with-frag 2019-11-12 18:42:10 +01:00
iana
ipv4
ipv6 net/ipv6: Return string pointer when splitting IPv6 interface. 2019-11-15 14:02:50 +01:00
lorawan
ppp
rpl
sixlowpan sixlowpan_sfr: initial import Selective Fragment Recovery definitions 2019-10-01 08:45:19 +02:00
skald
sock sock_async: fix compile-time errors 2019-10-31 16:01:49 +01:00
af.h
asymcute.h net/asymcute: make cli ID len conform to standard 2019-07-04 11:03:37 +02:00
ble.h net/ble.h: add custom NDN support service UUID 2019-11-13 11:28:01 +01:00
coap.h net/coap: remove deprecated COAP_CT_... defines 2019-09-27 20:57:42 -04:00
credman.h credman: change credman_buffer_t::s type to 'const void *' 2019-09-24 19:38:26 +02:00
csma_sender.h
dns.h
dtls.h net/dtls: add reference to wolfssl pkg 2019-09-12 14:58:16 +03:00
eddystone.h
emcute.h net/emcute: make cli ID conform to standard 2019-07-04 11:04:22 +02:00
ethernet.h
ethertype.h
eui48.h
eui64.h eui64: Add address flag helper functions 2019-11-04 20:58:34 +01:00
fib.h
gcoap.h net/gcoap: refine doc for 'obs' link attribute 2019-11-03 09:28:02 -05:00
gnrc.h
icmp.h
icmpv6.h
ieee802154.h
inet_csum.h
ipv4.h
ipv6.h
l2filter.h
l2util.h
lora.h
loramac.h
mqttsn.h net/mqttsn: add min&max allowed len for client ID 2019-07-04 11:02:45 +02:00
nanocoap_sock.h Merge pull request #12231 from kb2ma/coap/refine_api_purpose 2019-10-15 18:25:50 -04:00
nanocoap.h sys/net/nanocoap: return ENOENT if parsing option failed 2019-10-30 17:03:06 +01:00
ndp.h net/ndp: remove convenience pointer in ndp_opt_rdnss_t 2019-09-26 22:09:02 +02:00
netdev_test.h
netif.h netif: introduce descriptor based netif 2019-10-11 10:59:14 +02:00
netopt.h netopt: update doc of NETOPT_LINK 2019-10-30 12:13:36 +01:00
netstats.h
ntp_packet.h
packet.h
ppptype.h
protnum.h
sixlowpan.h sixlowpan: more helper functions 2019-10-15 10:40:50 +02:00
skald.h
sntp.h
sock.h sock: initial import of asynchronous event definitions 2019-10-30 13:23:31 +01:00
tcp.h gnrc_tcp: check if option length field is present before accessing it 2019-09-16 21:13:51 +02:00
udp.h
uhcp.h
zep.h