Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.c218 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()
H A Dnetflow.c1026 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()
H A Dng_netflow.h508 #define MILLIUPTIME(t) (((t) << 9) + /* 512 */ \ macro