#include "ithread.h"
#include "md5.h"
#include "UpnpStdInt.h"
#include <sys/types.h>
#include <sys/time.h>
Go to the source code of this file.
|
typedef uint64_t | uuid_time_t |
|
◆ UUIDLock
Value:
ithread_mutex_t gUUIDMutex
Definition upnpapi.c:123
◆ UUIDS_PER_TICK
#define UUIDS_PER_TICK 1024 |
◆ UUIDUnlock
◆ get_ieee_node_identifier()
System dependent call to get IEEE node ID.
This sample implementation generates a random node ID.
Referenced by uuid_create().
◆ get_system_time()
void get_system_time |
( |
uuid_time_t * | uuid_time | ) |
|
System dependent call to get the current system time.
Returned as 100ns ticks since Oct 15, 1582, but resolution may be less than 100ns.
Referenced by get_current_time(), and true_random().