Searched refs:MILLIUPTIME (Results 1 – 4 of 4) sorted by relevance
222 header->sys_uptime = htonl(MILLIUPTIME(time_uptime)); in export9_send()280 rec->first = htonl(MILLIUPTIME(fed->first)); in export9_add()281 rec->last = htonl(MILLIUPTIME(fed->last)); in export9_add()311 rec->first = htonl(MILLIUPTIME(fed6->first)); in export9_add()312 rec->last = htonl(MILLIUPTIME(fed6->last)); in export9_add()
509 #define MILLIUPTIME(t) (((t) << 9) + /* 512 */ \ macro
1023 header->sys_uptime = htonl(MILLIUPTIME(time_uptime)); in export_send()1065 rec->first = htonl(MILLIUPTIME(fle->f.first)); in export_add()1066 rec->last = htonl(MILLIUPTIME(fle->f.last)); in export_add()
510 #define MILLIUPTIME(t) (((t) << 9) + /* 512 */ \ macro