HomeSort by relevance Sort by last modified time
    Searched refs:JAN_1970 (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-ntp.c 49 #define JAN_1970 2208988800U /* 1970 - 1900 in seconds */
364 time_t seconds = i - JAN_1970;
  /external/dhcpcd-6.8.2/
auth.c 436 #define JAN_1970 2208988800U /* 1970 - 1900 in seconds */
447 pack[0] = htonl((uint32_t)ts.tv_sec + JAN_1970);

Completed in 208 milliseconds