Searched refs:DUID (Results 1 – 5 of 5) sorted by relevance
106 } DUID; typedef127 static DUID *duid;190 duid = (DUID*)malloc(sizeof(DUID)); in fill_clientID()197 memcpy(tmp,(uint8_t*)duid,sizeof(DUID)); in fill_clientID()201 memcpy(tmp,(uint8_t*)duid,sizeof(DUID)); in fill_clientID()203 TT.length += sizeof(DUID); in fill_clientID()328 DUID one = *((DUID*)(data+4)); in check_client_id()329 DUID two = *((DUID*)&mesg.options[4]); in check_client_id()331 if (!memcmp(&one, &two, sizeof(DUID))) return 1; in check_client_id()
1 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
307 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
241 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
4729 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.