Home
last modified time | relevance | path

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

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