33 #include "UpnpStdInt.h"
35 #include <sys/types.h>
45 #define UUIDS_PER_TICK 1024
50 #define UUIDLock() ithread_mutex_lock(&gUUIDMutex)
51 #define UUIDUnlock() ithread_mutex_unlock(&gUUIDMutex)
53 typedef uint64_t uuid_time_t;
62 void get_random_info(
unsigned char seed[16]);
void get_system_time(uuid_time_t *uuid_time)
System dependent call to get the current system time.
Definition: sysdep.c:96
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