Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_llreach.c269 struct timeval cnow; in ifnet_llreach_alloc() local
316 getmicrotime(&cnow); in ifnet_llreach_alloc()
317 lr->lr_basecal = cnow.tv_sec; /* base calendar time */ in ifnet_llreach_alloc()
375 struct timeval cnow; in ifnet_llreach_up2calexp() local
378 getmicrotime(&cnow); /* current calendar time */ in ifnet_llreach_up2calexp()
385 lr->lr_basecal += (cnow.tv_sec - lr->lr_basecal) - in ifnet_llreach_up2calexp()