Home
last modified time | relevance | path

Searched refs:DUID (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/toys/pending/
Ddhcp6.c106 } DUID; typedef
127 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()
/third_party/python/Misc/NEWS.d/
D3.7.0b5.rst307 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
D3.6.6rc1.rst241 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
D3.8.0a1.rst4729 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.