Available on
riot_module_ipv6
only.Expand description
Components for interacting with IPv6 messages on GNRC
Structs§
- Helper for super::Netif::ipv6_addrs: As the riot_sys::gnrc_netif_ipv6_addrs_get function requires a multiple-address buffer to write in, this carries a suitable buffer.
- An IPv6 address
- A transparent wrapper around
ipv6_hdr_t
that provides idiomatically typed fields
Functions§
- Given an address like fe80::1%42, split it up into a Address and a numeric interface identifier, if any is given. It is an error for the address not to be parsable, or for the interface identifier not to be numeric.