HomeSort by relevance Sort by last modified time
    Searched defs:DUID (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
defs.h 42 #ifndef DUID
43 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
  /external/toybox/toys/pending/
dhcp6.c 106 } DUID;
127 static DUID *duid; variable
188 if(!duid) {
190 duid = (DUID*)malloc(sizeof(DUID));
191 duid->type = htons(1);
192 duid->hwtype = htons(1);
193 duid->time = htonl((uint32_t)(time(NULL) - 946684800) & 0xffffffff)
    [all...]

Completed in 63 milliseconds