Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Ddhcp-identifier.c20 #define USEC_2000 ((usec_t) 946684800000000) /* 2000-01-01 00:00:00 UTC */ macro
84 if (t < USEC_2000) in dhcp_identifier_set_duid_llt()
87 time_from_2000y = (uint16_t) (((t - USEC_2000) / USEC_PER_SEC) & 0xffffffff); in dhcp_identifier_set_duid_llt()