Go to the source code of this file.
◆ format_nat_dpo()
      
        
          | u8* format_nat_dpo  | 
          ( | 
          u8 *  | 
          s,  | 
        
        
           | 
           | 
          va_list *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ nat_dpo_create()
◆ nat_dpo_lock()
  
  
      
        
          | static void nat_dpo_lock  | 
          ( | 
          dpo_id_t *  | 
          dpo | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ nat_dpo_module_init()
      
        
          | void nat_dpo_module_init  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
◆ nat_dpo_unlock()
  
  
      
        
          | static void nat_dpo_unlock  | 
          ( | 
          dpo_id_t *  | 
          dpo | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ nat_dpo_type
◆ nat_dpo_vft
Initial value:= {
}
u8 * format_nat_dpo(u8 *s, va_list *args)
 
static void nat_dpo_unlock(dpo_id_t *dpo)
 
static void nat_dpo_lock(dpo_id_t *dpo)
 
 
Definition at line 46 of file nat_dpo.c.
 
 
◆ nat_ip4_nodes
  
  
      
        
          | const char* const nat_ip4_nodes[] | 
         
       
   | 
  
static   | 
  
 
Initial value:
Definition at line 52 of file nat_dpo.c.
 
 
◆ nat_ip6_nodes
  
  
      
        
          | const char* const nat_ip6_nodes[] | 
         
       
   | 
  
static   | 
  
 
Initial value:
Definition at line 57 of file nat_dpo.c.
 
 
◆ nat_nodes
Initial value:= {
}
static const char *const nat_ip4_nodes[]
 
static const char *const nat_ip6_nodes[]
 
 
Definition at line 61 of file nat_dpo.c.