Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c305 l_fp cstamp; /* last bit timestamp */ member
331 l_fp cstamp[BURST]; /* character timestamps */ member
846 sp->cstamp = up->timestamp; in chu_rf()
887 up->surv[j].cstamp); in chu_rf()
988 l_fp cstamp /* data character timestamp */ in chu_decode() argument
1025 up->cstamp[up->ndx] = cstamp; in chu_decode()
1268 up->tstamp[up->ntstamp] = up->cstamp[i]; in chu_a()
/freebsd/sys/netlink/route/
H A Difaddrs.h95 uint32_t cstamp; /* creation time in 1ms intervals from the boot time */ member
H A Diface.c923 .cstamp = ia->ia6_createtime * 1000, in export_cache_info6()
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_ifaddr.py386 assert ci.cstamp > 0
388 assert ci.tstamp >= ci.cstamp
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py541 self.ci.ifa_prefered, self.ci.ifa_valid, self.ci.cstamp, self.ci.tstamp)