OpenSDN source code
|
Go to the source code of this file.
Macros | |
#define | ORD_BAD_ORDINAL BV_BAD_BITNUM |
Typedefs | |
typedef void * | ordinal_handle |
typedef bv_bitnum_t | ordinal_t |
Enumerations | |
enum | ord_compact_option { ORD_PERFORMANCE, ORD_COMPACT } |
Functions | |
ordinal_handle | ord_create_context (ord_compact_option compact) |
void | ord_destroy_context (ordinal_handle handle) |
uint32_t | ord_get_ordinal (ordinal_handle handle) |
void | ord_free_ordinal (ordinal_handle handle, uint32_t ordinal) |
#define ORD_BAD_ORDINAL BV_BAD_BITNUM |
typedef void* ordinal_handle |
typedef bv_bitnum_t ordinal_t |
enum ord_compact_option |
ordinal_handle ord_create_context | ( | ord_compact_option | compact | ) |
void ord_destroy_context | ( | ordinal_handle | handle | ) |
void ord_free_ordinal | ( | ordinal_handle | handle, |
uint32_t | ordinal | ||
) |
uint32_t ord_get_ordinal | ( | ordinal_handle | handle | ) |