Definitions for IPv6 routing header extension.  
More...
Definitions for IPv6 routing header extension. 
 | 
| file   | rh.h | 
|   | Routing extension header definitions. 
  | 
|   | 
◆ IPV6_EXT_RH_TYPE_0
      
        
          | #define IPV6_EXT_RH_TYPE_0   (0U) | 
        
      
 
Type 0 routing header (deprecated) 
Definition at line 39 of file rh.h.
 
 
◆ IPV6_EXT_RH_TYPE_2
      
        
          | #define IPV6_EXT_RH_TYPE_2   (2U) | 
        
      
 
 
◆ IPV6_EXT_RH_TYPE_NIMROD
      
        
          | #define IPV6_EXT_RH_TYPE_NIMROD   (1U) | 
        
      
 
Nimrod routing header (deprecated) 
Definition at line 44 of file rh.h.
 
 
◆ IPV6_EXT_RH_TYPE_RPL_SRH
      
        
          | #define IPV6_EXT_RH_TYPE_RPL_SRH   (3U) | 
        
      
 
RPL source routing header. 
- See also
 - RFC 6554 
 
Definition at line 56 of file rh.h.