Searched refs:tstamp (Results 1 - 25 of 69) sorted by last modified time

123

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c3521 struct attr_timbuf tstamp; local
3522 tstamp.atime.tv_sec = atime;
3523 tstamp.mtime.tv_sec = mtime;
3524 tstamp.ctime.tv_sec = ctime;
3526 tstamp.atime.tv_nsec = atime_nsec;
3527 tstamp.mtime.tv_nsec = mtime_nsec;
3528 tstamp.ctime.tv_nsec = ctime_nsec;
3530 tstamp.atime.tv_usec = atime_nsec / 1000;
3531 tstamp.mtime.tv_usec = mtime_nsec / 1000;
3532 tstamp
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c569 + sizeof(inpkt->tstamp);
578 (mac_len + sizeof(inpkt->tstamp)));
629 NTOHL_FP(&tailinpkt->tstamp, &ftmp);
H A Drefclock_zyfer.c96 l_fp tstamp; /* timestamp of last poll */ member in struct:zyferunit
H A Drefclock_jupiter.c316 l_fp tstamp, delta; local
331 tstamp = ntpfp_from_gpsdatum(&up->ref_next);
332 refclock_process_offset(pp, tstamp, up->rcv_pps, pp->fudgetime1);
H A Dntp_control.c2562 if (hostval.tstamp != 0)
2564 ntohl(hostval.tstamp));
2889 ntohl(p->recval.tstamp));
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_rawdcf.c680 timestamp_t *tstamp
687 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
689 if (parse_timedout(parseio, tstamp, &timeout))
703 delta_usec = calc_usecdiff(tstamp, &t->timeout, 60);
716 t->tminute = *tstamp;
723 t->timeout = *tstamp;
737 if (snt_rawdcf(parseio, tstamp) == CVT_OK)
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h142 l_fp tstamp; /* time stamp, for authentication */ member in struct:req_pkt
152 l_fp tstamp; /* time stamp, for authentication */ member in struct:req_pkt_tail
/freebsd-11-stable/libexec/rbootd/
H A Drmpproto.c575 (void)gettimeofday(&rconn->tstamp, NULL);
/freebsd-11-stable/lib/libpcap/
H A DMakefile116 pcap-tstamp.7
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp.c315 icmp_tstamp_print(u_int tstamp) argument
321 msec = tstamp % 1000;
322 sec = tstamp / 1000;
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l430 icmp-tstamp { yylval->i = 13; return NUM; }
H A DMakefile.in231 pcap-tstamp.manmisc.in
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c936 .tstamp = -1,
H A Dt4_listen.c1000 if (t4opt->tstamp)
1034 if (tcpopt->tstamp &&
1035 (s->tstamp > 0 || (s->tstamp < 0 && V_tcp_do_rfc1323)))
H A Dt4_connect.c193 if (s->tstamp > 0 || (s->tstamp < 0 && (tp->t_flags & TF_REQ_TSTMP)))
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h379 int8_t tstamp; member in struct:offload_settings
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h360 __u8 tstamp:1; member in struct:tcp_options
362 __u8 tstamp:1; member in struct:tcp_options
2162 __be64 tstamp; member in struct:cpl_trace_pkt
2184 __be64 tstamp; member in struct:cpl_t5_trace_pkt
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c3330 sp.tstamp = frm; frm += 8;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3086 tap->wr_tsft = stat->tstamp;
5468 memcpy(&cmd.tstamp, ni->ni_tstamp.data, sizeof (uint64_t));
5474 mod = le64toh(cmd.tstamp) % val;
5477 DPRINTF(sc, IWN_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
5478 ni->ni_intval, le64toh(cmd.tstamp), (uint32_t)(val - mod));
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c2952 memcpy(assoc->tstamp, ni->ni_tstamp.data, 8);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h453 uint8_t tstamp[8]; member in struct:ndis_802_11_fixed_ies
H A Dif_rsu.c1430 memcpy(&fixed->tstamp, ni->ni_tstamp.data, 8);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_tdma.c380 memcpy(&ni->ni_tstamp.data, scan.tstamp,
585 uint64_t tstamp; local
594 memcpy(&tstamp, tdma->tdma_tstamp, 8);
597 rtt = rstamp - (le64toh(tstamp) & 0x7fff);
602 "tdma rtt %5u [rstamp %5u tstamp %llu]\n",
604 (unsigned long long) le64toh(tstamp));
H A Dieee80211_sta.c1336 memcpy(ni->ni_tstamp.data, scan.tstamp,
H A Dieee80211_scan_sta.c299 memcpy(ise->se_tstamp.data, sp->tstamp, sizeof(ise->se_tstamp));

Completed in 322 milliseconds

123