EUI-64 data type definition. More...
EUI-64 data type definition.
Definition in file eui64.h.
 Include dependency graph for eui64.h:
 Include dependency graph for eui64.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Data Structures | |
| union | eui64_t | 
| Data type to represent an EUI-64.  More... | |
| Functions | |
| static void | eui64_set_local (eui64_t *addr) | 
| Set the locally administrated bit in the EUI-64 address. | |
| static void | eui64_clear_group (eui64_t *addr) | 
| Clear the group address bit to signal the address as individual address. | |
| EUI-64 bit flags contained in the first octet | |
| 
 | |
| #define | EUI64_LOCAL_FLAG 0x02 | 
| Locally administered address. | |
| #define | EUI64_GROUP_FLAG 0x01 | 
| Group type address. | |