Go to the source code of this file.
◆ ADDRTUPLE
◆ ENUM
◆ INTEGER
◆ MACHINE
      
        
          | #define MACHINE | 
          ( | 
            | 
          field | ) | 
             field | 
        
      
 
 
◆ OCTSTR
◆ PDULIST
◆ ROW
      
        
          | #define ROW | 
          ( | 
            | 
          state,  | 
        
        
           | 
           | 
            | 
          event,  | 
        
        
           | 
           | 
            | 
          condition,  | 
        
        
           | 
           | 
            | 
          action,  | 
        
        
           | 
           | 
            | 
          next_state  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ STATE_NAME
      
        
          | #define STATE_NAME | 
          ( | 
            | 
          state | ) | 
             state, | 
        
      
 
 
◆ serv_states
◆ wtls_dispatch_func_t
      
        
          | typedef void wtls_dispatch_func_t(Msg *msg) | 
        
      
 
 
◆ WTLSMachine
◆ serv_states
Definition at line 79 of file wtls.h.
   80 #define STATE_NAME(state) state,    81 #define ROW(state, event, condition, action, next_state) 
 
 
 
◆ wtls_dispatch_event()
      
        
          | void wtls_dispatch_event  | 
          ( | 
          WAPEvent *  | 
          event | ) | 
           | 
        
      
 
 
◆ wtls_dispatch_resp()
      
        
          | void wtls_dispatch_resp  | 
          ( | 
          WAPEvent *  | 
          event | ) | 
           | 
        
      
 
 
◆ wtls_get_address_tuple()
      
        
          | int wtls_get_address_tuple  | 
          ( | 
          long  | 
          mid,  | 
        
        
           | 
           | 
          WAPAddrTuple **  | 
          tuple  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ wtls_init()
◆ wtls_shutdown()
      
        
          | void wtls_shutdown  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
◆ wtls_unpack_wdp_datagram()