Home
last modified time | relevance | path

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

/external/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()
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-05-16-09-30-27.bpo-33542.idNAcs.rst1 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
/external/python/cpython3/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.