| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_crypto.c | 303 tstamp_t tstamp; /* NTP timestamp */ in make_keylist() local 318 tstamp = crypto_time(); in make_keylist() 357 lifetime < 0 || tstamp == 0) in make_keylist() 373 vp->tstamp = htonl(tstamp); in make_keylist() 374 vp->fstamp = hostval.tstamp; in make_keylist() 377 if (tstamp != 0) { in make_keylist() 390 peer->keynumber, keyid, cookie, ntohl(vp->tstamp), in make_keylist() 862 ntohl(ep->tstamp), ntohl(ep->fstamp)); in crypto_recv() 903 if (ep->tstamp == 0) in crypto_recv() 910 peer->recval.tstamp = ep->tstamp; in crypto_recv() [all …]
|
| HD | refclock_jupiter.c | 526 l_fp tstamp; in jupiter_receive() local 548 tstamp = rbufp->recv_time; in jupiter_receive() 590 L_SUB(&tstamp, &pp->lastrec); in jupiter_receive() 591 if (!L_ISGEQ(&tstamp, &instance->limit)) in jupiter_receive() 611 tstamp.l_ui = JAN_1970 + (u_int32)last_timecode; in jupiter_receive() 612 tstamp.l_uf = 0; in jupiter_receive() 614 refclock_process_offset(pp, tstamp, pp->lastrec, pp->fudgetime1); in jupiter_receive()
|
| HD | refclock_acts.c | 213 l_fp tstamp; /* on-time timestamp */ member 339 up->tstamp = pp->lastrec; in acts_receive() 349 up->tstamp = pp->lastrec; in acts_receive() 897 pp->lastrec = up->tstamp; in acts_timecode()
|
| /NextBSD/contrib/ntp/libparse/ |
| HD | clk_varitext.c | 116 timestamp_t tstamp; member 192 timestamp_t *tstamp in inp_varitext() argument 204 t->tstamp = *tstamp; in inp_varitext() 212 parseio->parse_dtime.parse_stime = t->tstamp; /* Time stamp at packet start */ in inp_varitext()
|
| HD | clk_rawdcf.c | 625 timestamp_t *tstamp in inp_rawdcf() argument 632 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_rawdcf() 634 if (parse_timedout(parseio, tstamp, &timeout)) in inp_rawdcf() 648 delta_usec = calc_usecdiff(tstamp, &t->timeout, 60); in inp_rawdcf() 661 t->tminute = *tstamp; in inp_rawdcf() 668 t->timeout = *tstamp; in inp_rawdcf() 682 if (snt_rawdcf(parseio, tstamp) == CVT_OK) in inp_rawdcf()
|
| HD | parse.c | 116 timestamp_t *tstamp, in parse_timedout() argument 123 delta.tv_sec = tstamp->tv.tv_sec - parseio->parse_lastchar.tv.tv_sec; in parse_timedout() 124 delta.tv_usec = tstamp->tv.tv_usec - parseio->parse_lastchar.tv.tv_usec; in parse_timedout() 133 delt = tstamp->fp; in parse_timedout() 264 register timestamp_t *tstamp in parse_ioread() argument 303 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp); in parse_ioread() 325 parseio->parse_lastchar = *tstamp; in parse_ioread()
|
| HD | clk_sel240x.c | 92 timestamp_t *tstamp in inp_sel240x() argument 105 parseio->parse_dtime.parse_stime = *tstamp; in inp_sel240x()
|
| HD | clk_wharton.c | 135 timestamp_t *tstamp in inp_wharton_400a() argument 149 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_wharton_400a()
|
| HD | clk_rcc8000.c | 139 timestamp_t *tstamp in inp_rcc8000() argument 159 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_rcc8000()
|
| HD | clk_computime.c | 155 timestamp_t *tstamp in inp_computime() argument 169 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_computime()
|
| HD | clk_dcf7000.c | 156 timestamp_t *tstamp in inp_dcf7000() argument 167 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_dcf7000()
|
| HD | clk_trimtaip.c | 153 timestamp_t *tstamp in inp_trimtaip() argument 167 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_trimtaip()
|
| HD | clk_hopf6021.c | 225 timestamp_t *tstamp in inp_hopf6021() argument 236 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_hopf6021()
|
| HD | clk_meinberg.c | 432 timestamp_t *tstamp in mbg_input() argument 446 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in mbg_input() 596 timestamp_t *tstamp in gps_input() argument 636 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in gps_input()
|
| HD | clk_trimtsip.c | 140 timestamp_t *tstamp in inp_tsip() argument 171 parseio->parse_dtime.parse_stime = *tstamp; /* pick up time stamp at packet start */ in inp_tsip()
|
| HD | clk_schmid.c | 203 timestamp_t *tstamp in inp_schmid() argument
|
| /NextBSD/contrib/openbsm/libauditd/ |
| HD | auditd_lib.c | 338 trailname_to_tstamp(char *fn, time_t *tstamp) in trailname_to_tstamp() argument 344 *tstamp = 0; in trailname_to_tstamp() 393 *tstamp = timegm(&tm); in trailname_to_tstamp() 449 time_t tstamp = 0; in auditd_expire_trails() local 486 if (trailname_to_tstamp(dp->d_name, &tstamp) != 0 || in auditd_expire_trails() 487 tstamp < JAN_01_2000) in auditd_expire_trails() 488 tstamp = stbuf.st_mtime; in auditd_expire_trails() 499 tstamp < JAN_01_2000) { in auditd_expire_trails() 502 tstamp = stbuf.st_mtime = current_time; in auditd_expire_trails() 519 new->at_time = tstamp; in auditd_expire_trails()
|
| /NextBSD/tools/tools/ath/athalq/ |
| HD | ar5416_ds_tdma.c | 53 (unsigned int) be32toh(a->hdr.tstamp), in ar5416_decode_txstatus() 134 (unsigned int) be32toh(a->hdr.tstamp), in ar5416_decode_txdesc() 271 (unsigned int) be32toh(a->hdr.tstamp), in ar5416_decode_rxstatus() 369 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_beacon_state() 393 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_slot_calc() 409 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_tsf_adjust() 423 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_timer_set() 466 be32toh(a->hdr.tstamp), in ar5416_alq_payload()
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_crypto.h | 130 tstamp_t tstamp; /* timestamp */ 145 u_int32 tstamp; /* timestamp */
|
| /NextBSD/contrib/ofed/management/opensm/complib/ |
| HD | cl_timer.c | 426 uint64_t tstamp; in cl_get_time_stamp() local 433 tstamp = ((uint64_t) tv.tv_sec * 1000000) + (uint64_t) tv.tv_usec; in cl_get_time_stamp() 435 return (tstamp); in cl_get_time_stamp()
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_tdma.c | 378 memcpy(&ni->ni_tstamp.data, scan.tstamp, in tdma_recv_mgmt() 583 uint64_t tstamp; in tdma_process_params() local 592 memcpy(&tstamp, tdma->tdma_tstamp, 8); in tdma_process_params() 595 rtt = rstamp - (le64toh(tstamp) & 0x7fff); in tdma_process_params() 602 (unsigned long long) le64toh(tstamp)); in tdma_process_params()
|
| /NextBSD/sys/dev/wpi/ |
| HD | if_wpireg.h | 338 uint64_t tstamp; member 436 uint64_t tstamp; member 713 uint32_t tstamp; member 719 uint64_t tstamp; member
|
| /NextBSD/libexec/rbootd/ |
| HD | utils.c | 104 tmp = localtime((time_t *)&rconn->tstamp.tv_sec); in DispPkt() 106 tmp->tm_sec, rconn->tstamp.tv_usec); in DispPkt()
|
| HD | defs.h | 119 struct timeval tstamp; /* last time active */ member
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-icmp.c | 316 icmp_tstamp_print(u_int tstamp) in icmp_tstamp_print() argument 322 msec = tstamp % 1000; in icmp_tstamp_print() 323 sec = tstamp / 1000; in icmp_tstamp_print()
|