Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dtcp_in.h53 #define TIMEVAL_TO_TS(t) (uint32_t)((t)->tv_sec * HZ + \ macro
/mOS-networking-stack/core/src/
H A Dicmp.c97 ts = TIMEVAL_TO_TS(&cur_ts); in ICMPOutput()
H A Dcore.c894 ts = TIMEVAL_TO_TS(&cur_ts); in RunMainLoop()