Searched refs:DUID_TIME_EPOCH (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcp6.h277 #define DUID_TIME_EPOCH 946684800 macro
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dduid.c30 #define DUID_TIME_EPOCH 946684800 macro
145 t = time(NULL) - DUID_TIME_EPOCH;
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c341 while ((when - DUID_TIME_EPOCH) > 4294967295u) {
347 return when - DUID_TIME_EPOCH;
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c3950 putULong(duid->buffer->data + 4, cur_time - DUID_TIME_EPOCH);

Completed in 219 milliseconds