ITS
asn_system.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <inttypes.h>
#include <stdint.h>
#include <netinet/in.h>
Include dependency graph for asn_system.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define sys_ntohl(foo)   ntohl(foo)
 
#define GCC_PRINTFLIKE(fmt, var)   /* nothing */
 
#define GCC_NOTUSED
 
#define offsetof(s, m)   ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0))
 
#define MIN(a, b)   ((a)<(b)?(a):(b)) /* Unsafe variant */
 

Macro Definition Documentation

◆ GCC_NOTUSED

static asn_per_constraints_t asn_PER_memb_messageID_constr_4 GCC_NOTUSED
Value:
= {
{ APC_CONSTRAINED, 7, 7, 0, 127 } ,
{ APC_CONSTRAINED, 5, 5, 1, 24 } ,
0, 0
}

Definition at line 105 of file asn_system.h.

◆ GCC_PRINTFLIKE

#define GCC_PRINTFLIKE (   fmt,
  var 
)    /* nothing */

Definition at line 102 of file asn_system.h.

◆ MIN

#define MIN (   a,
 
)    ((a)<(b)?(a):(b)) /* Unsafe variant */

Definition at line 123 of file asn_system.h.

Referenced by caBasicService::checkCamGeneration().

◆ offsetof

#define offsetof (   s,
 
)    ((ptrdiff_t)&(((s *)0)->m) - (ptrdiff_t)((s *)0))

Definition at line 115 of file asn_system.h.

◆ sys_ntohl

#define sys_ntohl (   foo)    ntohl(foo)

Definition at line 87 of file asn_system.h.