#include "copyrt.h"
#include <sys/types.h>
#include <sys/time.h>
#include <sys/sysinfo.h>
#include "global.h"
#include "md5.h"
Go to the source code of this file.
Classes | |
struct | uuid_node_t |
Defines | |
#define | UUIDS_PER_TICK 1024 |
#define | LOCK |
#define | UNLOCK |
#define | unsigned64_t unsigned long long |
#define | I64(C) C##LL |
Typedefs | |
typedef unsigned long | unsigned32 |
typedef unsigned short | unsigned16 |
typedef unsigned char | unsigned8 |
typedef unsigned char | byte |
typedef unsigned64_t | uuid_time_t |
Functions | |
void | get_ieee_node_identifier (uuid_node_t *node) |
void | get_system_time (uuid_time_t *uuid_time) |
void | get_random_info (char seed[16]) |
typedef unsigned short unsigned16 |
typedef unsigned long unsigned32 |
typedef unsigned64_t uuid_time_t |
void get_ieee_node_identifier | ( | uuid_node_t * | node | ) |
Definition at line 39 of file sysdep.cpp.
void get_random_info | ( | char | seed[16] | ) |
Definition at line 179 of file sysdep.cpp.
void get_system_time | ( | uuid_time_t * | uuid_time | ) |
Definition at line 127 of file sysdep.cpp.