DESERT 3.5.1
|
Go to the source code of this file.
Macros | |
#define | BARR_ELBITS (CHAR_BIT * sizeof(BARR_ELTYPE)) |
#define | BARR_ELNUM(N) ((N) / BARR_ELBITS) |
#define | BARR_BITNUM(N) ((N) % BARR_ELBITS) |
#define | BARR_SET(barr, N) |
#define | BARR_TEST(barr, N) |
Typedefs | |
typedef unsigned char | BARR_ELTYPE |
Implementation of the classes defining the frame elements (key and set) exploited by Uwal objects to reasseble received fragments.
Definition in file frame-set.cpp.
#define BARR_BITNUM | ( | N | ) | ((N) % BARR_ELBITS) |
Definition at line 53 of file frame-set.cpp.
#define BARR_ELBITS (CHAR_BIT * sizeof(BARR_ELTYPE)) |
Definition at line 49 of file frame-set.cpp.
#define BARR_ELNUM | ( | N | ) | ((N) / BARR_ELBITS) |
Definition at line 51 of file frame-set.cpp.
#define BARR_SET | ( | barr, | |
N | |||
) |
Definition at line 55 of file frame-set.cpp.
#define BARR_TEST | ( | barr, | |
N | |||
) |
Definition at line 59 of file frame-set.cpp.
typedef unsigned char BARR_ELTYPE |
Definition at line 43 of file frame-set.cpp.