Doxygen Source Code Documentation
bitio.c File Reference
#include <assert.h>#include "all.h"#include "byteorder.h"#include "bitio.h"#include "mtypes.h"Go to the source code of this file.
Functions | |
| void Dump | _ANSI_ARGS_ ((BitBucket *bbPtr)) |
| BitBucket * | Bitio_New (filePtr) FILE *filePtr |
Variables | |
| uint32 | lower_mask [33] |
| time_t | IOtime |
| uint32 | bits |
| int | nbits |
| int | socket |
Function Documentation
|
|
|
|
|
|
Variable Documentation
|
|
|
|
|
|
|
|
Initial value: {
0,
0x1, 0x3, 0x7, 0xf,
0x1f, 0x3f, 0x7f, 0xff,
0x1ff, 0x3ff, 0x7ff, 0xfff,
0x1fff, 0x3fff, 0x7fff, 0xffff,
0x1ffff, 0x3ffff, 0x7ffff, 0xfffff,
0x1fffff, 0x3fffff, 0x7fffff, 0xffffff,
0x1ffffff, 0x3ffffff, 0x7ffffff, 0xfffffff,
0x1fffffff, 0x3fffffff, 0x7fffffff, 0xffffffff
} |
|
|
|
|
|
Definition at line 403 of file bitio.c. Referenced by get_MAC_addr(), open_incoming_socket(), RT_mp_comm_init(), tcp_connect(), and tcp_listen(). |