33#include "UpnpStdInt.h"
45#define UUIDS_PER_TICK 1024
50#define UUIDLock() ithread_mutex_lock(&gUUIDMutex)
51#define UUIDUnlock() ithread_mutex_unlock(&gUUIDMutex)
53typedef uint64_t uuid_time_t;
62void get_random_info(
unsigned char seed[16]);
ithread_mutex_t gUUIDMutex
Definition upnpapi.c:123
void get_ieee_node_identifier(uuid_node_t *node)
System dependent call to get IEEE node ID.
Definition sysdep.c:42
void get_system_time(uuid_time_t *uuid_time)
System dependent call to get the current system time.
Definition sysdep.c:96