Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
IPv6 Zones
[IPv6]
Enumerations | |
enum | lwip_ipv6_scope_type { IP6_UNKNOWN = 0, IP6_UNICAST = 1, IP6_MULTICAST = 2 } |
Symbolic constants for the 'type' parameters in some of the macros. More... |
Enumeration Type Documentation
enum lwip_ipv6_scope_type |
Symbolic constants for the 'type' parameters in some of the macros.
These exist for efficiency only, allowing the macros to avoid certain tests when the address is known not to be of a certain type. Dead code elimination will do the rest. IP6_MULTICAST is supported but currently not optimized.
- See also:
- ip6_addr_has_scope, ip6_addr_assign_zone, ip6_addr_lacks_zone.
Definition at line 136 of file ip6_zone.h.
Generated on Tue Jul 12 2022 13:55:23 by
