Searched refs:MILLIUPTIME (Results 1 – 3 of 3) sorted by relevance
218 header->sys_uptime = htonl(MILLIUPTIME(time_uptime)); in export9_send()276 rec->first = htonl(MILLIUPTIME(fed->first)); in export9_add()277 rec->last = htonl(MILLIUPTIME(fed->last)); in export9_add()307 rec->first = htonl(MILLIUPTIME(fed6->first)); in export9_add()308 rec->last = htonl(MILLIUPTIME(fed6->last)); in export9_add()
1026 header->sys_uptime = htonl(MILLIUPTIME(time_uptime)); in export_send()1068 rec->first = htonl(MILLIUPTIME(fle->f.first)); in export_add()1069 rec->last = htonl(MILLIUPTIME(fle->f.last)); in export_add()
508 #define MILLIUPTIME(t) (((t) << 9) + /* 512 */ \ macro