Searched defs:lbolt1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h231 * the ti_t members lbolt1, lbolt2, and lbolt3. Each lbolt is an absolute
232 * lbolt value with lbolt1 <= lbolt2 <= lbolt3.
263 clock_t lbolt1; /* phase1 lbolt1 (0 = NONE) */ member in struct:ti_s
289 * the members lbolt1, lbolt2, and lbolt3, each is an absolute lbolt value
290 * with lbolt1 <= lbolt2 <= lbolt3.
294 clock_t lbolt1; /* phase1 lbolt value (0 = NONE) */ member in struct:tw_s
317 if ((twp)->lbolt1 != _lbolt) { \
318 (twp)->lbolt1 = _lbolt; \

Completed in 54 milliseconds