Go to the source code of this file.
◆ gmp_trace
      
        
          | #define gmp_trace | 
          ( | 
            | 
          context,  | 
        
        
           | 
           | 
            | 
          traceflags,  | 
        
        
           | 
           | 
            | 
          flag,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
    gmpx_trace((context), __VA_ARGS__)
static boolean gmp_trace_set(uint32_t traceflags, uint32_t tracebits)
 
 
Definition at line 42 of file gmp_trace.h.
 
 
◆ GMP_TRACE_LEAVE
      
        
          | #define GMP_TRACE_LEAVE   0x00000010 /* Leave packets */ | 
        
      
 
 
◆ GMP_TRACE_LEAVE_DETAIL
      
        
          | #define GMP_TRACE_LEAVE_DETAIL   0x00000020 /* Detailed leave packets */ | 
        
      
 
 
◆ GMP_TRACE_PACKET
◆ GMP_TRACE_PACKET_BAD
      
        
          | #define GMP_TRACE_PACKET_BAD   0x00000040 /* Bad packets */ | 
        
      
 
 
◆ GMP_TRACE_PACKET_DETAIL
      
        
          | #define GMP_TRACE_PACKET_DETAIL | 
        
      
 
Value:
                 GMP_TRACE_REPORT_DETAIL | \
                 GMP_TRACE_LEAVE_DETAIL) 
#define GMP_TRACE_QUERY_DETAIL
 
 
Definition at line 22 of file gmp_trace.h.
 
 
◆ GMP_TRACE_QUERY
      
        
          | #define GMP_TRACE_QUERY   0x00000001 /* Query packets */ | 
        
      
 
 
◆ GMP_TRACE_QUERY_DETAIL
      
        
          | #define GMP_TRACE_QUERY_DETAIL   0x00000002 /* Detailed query packets */ | 
        
      
 
 
◆ GMP_TRACE_REPORT
      
        
          | #define GMP_TRACE_REPORT   0x00000004 /* Report packets */ | 
        
      
 
 
◆ GMP_TRACE_REPORT_DETAIL
      
        
          | #define GMP_TRACE_REPORT_DETAIL   0x00000008 /* Detailed report packets */ | 
        
      
 
 
◆ gmp_filter_mode_string()
◆ gmp_generic_version_string()
      
        
          | const char* gmp_generic_version_string  | 
          ( | 
          gmp_version  | 
          ver | ) | 
           | 
        
      
 
 
◆ gmp_proto_string()
      
        
          | const char* gmp_proto_string  | 
          ( | 
          gmp_proto  | 
          proto | ) | 
           | 
        
      
 
 
◆ gmp_report_type_string()
◆ gmp_trace_set()
  
  
      
        
          | static boolean gmp_trace_set  | 
          ( | 
          uint32_t  | 
          traceflags,  | 
         
        
           | 
           | 
          uint32_t  | 
          tracebits  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   |