Type definition of the IEEE EUI-64 identifier.  
More...
Type definition of the IEEE EUI-64 identifier. 
- See also
 - IEEE, "Guidelines for 64-bit Global Identifier (EUI-64)"  
 
 | 
| file   | eui64.h | 
|   | EUI-64 data type definition. 
  | 
|   | 
◆ eui64_clear_group()
  
  
      
        
          | static void eui64_clear_group  | 
          ( | 
          eui64_t *  | 
          addr | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Clear the group address bit to signal the address as individual address. 
- See also
 - IEEE 802-2001 section 9.2
 
- Parameters
 - 
  
  
 
Definition at line 82 of file eui64.h.
 
 
◆ eui64_set_local()
  
  
      
        
          | static void eui64_set_local  | 
          ( | 
          eui64_t *  | 
          addr | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Set the locally administrated bit in the EUI-64 address. 
- See also
 - IEEE 802-2001 section 9.2
 
- Parameters
 - 
  
  
 
Definition at line 69 of file eui64.h.