Internal globals for RPL.  
More...
Go to the source code of this file.
◆ GNRC_RPL_MSG_TYPE_DODAG_DAO_TX
      
        
          | #define GNRC_RPL_MSG_TYPE_DODAG_DAO_TX   (0x0906) | 
      
 
Message type for DAO transmissions. 
Definition at line 47 of file globals.h.
 
 
◆ GNRC_RPL_MSG_TYPE_INSTANCE_CLEANUP
      
        
          | #define GNRC_RPL_MSG_TYPE_INSTANCE_CLEANUP   (0x0905) | 
      
 
Message type for instance cleanup. 
Definition at line 43 of file globals.h.
 
 
◆ GNRC_RPL_MSG_TYPE_PARENT_TIMEOUT
      
        
          | #define GNRC_RPL_MSG_TYPE_PARENT_TIMEOUT   (0x0904) | 
      
 
Message type for parent timeouts. 
Definition at line 39 of file globals.h.
 
 
◆ GNRC_RPL_PARENT_ACTIVE
      
        
          | #define GNRC_RPL_PARENT_ACTIVE   (1) | 
      
 
Parent is active. 
Definition at line 66 of file globals.h.
 
 
◆ GNRC_RPL_PARENT_PROBE_INTERVAL
      
        
          | #define GNRC_RPL_PARENT_PROBE_INTERVAL   (2 * MS_PER_SEC) | 
      
 
Interval in milliseconds to probe a parent with DIS messages. 
Definition at line 53 of file globals.h.
 
 
◆ GNRC_RPL_PARENT_STALE
      
        
          | #define GNRC_RPL_PARENT_STALE   (2) | 
      
 
Parent is stale. 
Definition at line 70 of file globals.h.
 
 
◆ GNRC_RPL_PARENT_TIMEOUT
      
        
          | #define GNRC_RPL_PARENT_TIMEOUT | 
      
 
Value:
#define GNRC_RPL_PARENT_STALE
Parent is stale.
#define CONFIG_GNRC_RPL_PARENT_TIMEOUT_DIS_RETRIES
Number of DIS retries before parent times out.
 
Parent has timed out. 
Definition at line 74 of file globals.h.
 
 
◆ GNRC_RPL_PARENT_UNUSED
      
        
          | #define GNRC_RPL_PARENT_UNUSED   (0) | 
      
 
Parent is unused. 
Definition at line 62 of file globals.h.