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

  /external/dhcpcd-6.8.2/
dhcpcd.h 102 unsigned char *duid; member in struct:dhcpcd_ctx
  /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...]
dhcpd.c 186 uint8_t duid[20]; member in struct:static_lease6_s
203 uint8_t duid[20]; member in struct:__anon23101
    [all...]

Completed in 113 milliseconds