Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_clockdev.c68 int clkType, clkUnit; in getClockIdent() local
77 clkUnit = REFCLOCKUNIT(srcadr); in getClockIdent()
78 return (clkType << 8) + clkUnit; in getClockIdent()