FD.io VPP  v16.09
Vector Packet Processing
fix_types.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define cerrno   int
 
#define trans_layer_rc   int
 
#define EOK   0
 
#define CERR_IS_NOTOK(a)   (a != EOK)
 
#define PACKED
 
#define OK_pushHW   EOK
 
#define Not_OK   (-1)
 

Typedefs

typedef unsigned char uint8_t
 
typedef unsigned short int uint16_t
 
typedef unsigned int uint32_t
 

Macro Definition Documentation

#define CERR_IS_NOTOK (   a)    (a != EOK)

Definition at line 22 of file fix_types.h.

#define cerrno   int

Definition at line 19 of file fix_types.h.

#define EOK   0

Definition at line 21 of file fix_types.h.

#define Not_OK   (-1)

Definition at line 25 of file fix_types.h.

#define OK_pushHW   EOK

Definition at line 24 of file fix_types.h.

#define PACKED

Definition at line 23 of file fix_types.h.

#define trans_layer_rc   int

Definition at line 20 of file fix_types.h.

Typedef Documentation

typedef unsigned short int uint16_t

Definition at line 28 of file fix_types.h.

typedef unsigned int uint32_t

Definition at line 29 of file fix_types.h.

typedef unsigned char uint8_t

Definition at line 27 of file fix_types.h.