Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

IPv6 Zones

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

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.
Enumerator:
IP6_UNKNOWN 

Unknown.

IP6_UNICAST 

Unicast.

IP6_MULTICAST 

Multicast.

Definition at line 136 of file ip6_zone.h.