Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow_v9.c222 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()
H A Dng_netflow.h509 #define MILLIUPTIME(t) (((t) << 9) + /* 512 */ \ macro
H A Dnetflow.c1023 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()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h510 #define MILLIUPTIME(t) (((t) << 9) + /* 512 */ \ macro