Home | Sort by relevance Sort by last modified time |
/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:__anon46487 [all...] |