Searched refs:DUID (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddefs.h47 #ifndef DUID
48 # define DUID DBDIR "/duid" macro
H A Dduid.c143 /* time returns seconds from jan 1 1970, but DUID-LLT is
165 /* If we already have a DUID then use it as it's never supposed
167 if ((len = dhcp_read_hwaddr_aton(ctx, &data, DUID)) != 0) {
172 logerrx("DUID too big (max %u): %s", DUID_LEN, DUID);
176 logerr("%s", DUID);
202 /* Regardless of what happens we will create a DUID to use. */
214 logwarnx("picked interface %s to generate a DUID",
232 if (dhcp_writefile(ctx, DUID, 0640, line, slen) == -1) {

Completed in 181 milliseconds