Home
last modified time | relevance | path

Searched refs:TIME_TO_MSECS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h113 #define TIME_TO_MSECS(tval) ((tval).tv_sec * 1000 + (tval).tv_usec / 1000) macro
H A Dmain.c231 timeout = TIME_TO_MSECS(waittime); in main()