Go to the source code of this file.
|
u_int32_t | getULong (const unsigned char *) |
|
int32_t | getLong (const unsigned char *) |
|
u_int32_t | getUShort (const unsigned char *) |
|
int32_t | getShort (const unsigned char *) |
|
u_int32_t | getUChar (const unsigned char *) |
|
void | putULong (unsigned char *, u_int32_t) |
|
void | putLong (unsigned char *, int32_t) |
|
void | putUShort (unsigned char *, u_int32_t) |
|
void | putShort (unsigned char *, int32_t) |
|
void | putUChar (unsigned char *, u_int32_t) |
|
int | converted_length (const unsigned char *, unsigned int, unsigned int) |
|
int | binary_to_ascii (unsigned char *, const unsigned char *, unsigned int, unsigned int) |
|
◆ binary_to_ascii()
int binary_to_ascii |
( |
unsigned char * | outbuf, |
|
|
const unsigned char * | inbuf, |
|
|
unsigned int | base, |
|
|
unsigned int | width ) |
◆ converted_length()
int converted_length |
( |
const unsigned char * | , |
|
|
unsigned int | , |
|
|
unsigned int | ) |
◆ getLong()
int32_t getLong |
( |
const unsigned char * | | ) |
|
◆ getShort()
int32_t getShort |
( |
const unsigned char * | | ) |
|
◆ getUChar()
u_int32_t getUChar |
( |
const unsigned char * | | ) |
|
◆ getULong()
u_int32_t getULong |
( |
const unsigned char * | | ) |
|
◆ getUShort()
u_int32_t getUShort |
( |
const unsigned char * | | ) |
|
◆ putLong()
static void putLong |
( |
unsigned char * | obuf, |
|
|
int32_t | val ) |
◆ putShort()
static void putShort |
( |
unsigned char * | obuf, |
|
|
int32_t | val ) |
◆ putUChar()
void putUChar |
( |
unsigned char * | obuf, |
|
|
u_int32_t | val ) |
◆ putULong()
void putULong |
( |
unsigned char * | obuf, |
|
|
u_int32_t | val ) |
◆ putUShort()
void putUShort |
( |
unsigned char * | obuf, |
|
|
u_int32_t | val ) |