34#include "UpnpStdInt.h"
46#define UUIDS_PER_TICK 1024
51#define UUIDLock() ithread_mutex_lock(&gUUIDMutex)
52#define UUIDUnlock() ithread_mutex_unlock(&gUUIDMutex)
54typedef uint64_t uuid_time_t;
62void get_random_info(
unsigned char seed[16]);
ithread_mutex_t gUUIDMutex
Definition: upnpapi.c:113
void get_ieee_node_identifier(uuid_node_t *node)
System dependent call to get IEEE node ID.
Definition: sysdep.c:38
void get_system_time(uuid_time_t *uuid_time)
System dependent call to get the current system time.
Definition: sysdep.c:115