Searched refs:tstamp (Results 26 - 50 of 69) sorted by relevance

123

/freebsd-11-stable/libexec/rbootd/
H A Dbpf.c336 memmove((char *)&rconn->tstamp, (char *)&bhp->bh_tstamp,
H A Drbootd.c317 if ((rtmp->tstamp.tv_sec + RMP_TIMEOUT) < now) {
H A Drmpproto.c575 (void)gettimeofday(&rconn->tstamp, NULL);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan.h236 uint8_t *tstamp; member in struct:ieee80211_scanparams
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h338 uint64_t tstamp; member in struct:wpi_rx_tail
436 uint64_t tstamp; member in struct:wpi_cmd_timing
713 uint32_t tstamp; member in struct:wpi_ucode_info
719 uint64_t tstamp; member in struct:wpi_start_scan
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h379 int8_t tstamp; member in struct:offload_settings
/freebsd-11-stable/lib/libpcap/
H A DMakefile116 pcap-tstamp.7
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_zyfer.c96 l_fp tstamp; /* timestamp of last poll */ member in struct:zyferunit
H A Drefclock_chu.c332 l_fp tstamp[MAXSTAGE]; /* timestamp samples */ member in struct:chuunit
1268 up->tstamp[up->ntstamp] = up->cstamp[i];
1269 L_SUB(&up->tstamp[up->ntstamp], &offset);
1395 up->tstamp[0].l_ui, &pp->yearstart, &offset.l_ui)) {
1401 up->tstamp[i], PDELAY +
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);
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c480 time_t tstamp; local
539 tstamp = stampst.st_ctime;
541 tstamp = start_time.tv_sec;
543 srandom(tstamp);
545 fs = ffs_mkfs(image, fsopts, tstamp);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c193 if (s->tstamp > 0 || (s->tstamp < 0 && (tp->t_flags & TF_REQ_TSTMP)))
H A Dt4_listen.c1000 if (t4opt->tstamp)
1034 if (tcpopt->tstamp &&
1035 (s->tstamp > 0 || (s->tstamp < 0 && V_tcp_do_rfc1323)))
/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/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c83 uint64_t tstamp : 1; /* For TX, signals that the packet should be timestamped */ member in struct:__anon8629::__anon8630
564 state->tx_ring[state->tx_write_index].s.tstamp = 0;
619 state->tx_ring[state->tx_write_index].s.tstamp = 0;
H A Dcvmx-mixx-defs.h1477 uint64_t tstamp : 64; /**< MIX TimeStamp Value member in struct:cvmx_mixx_tstamp::cvmx_mixx_tstamp_s
1512 uint64_t tstamp : 64;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c436 timestruc_t tstamp = psp->pr_tstamp; local
470 bcmp(&psp->pr_tstamp, &tstamp, sizeof (tstamp)) != 0) {
/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/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h208 __u8 tstamp:1; member in struct:tcp_options
210 __u8 tstamp:1; member in struct:tcp_options
1271 __be32 tstamp; member in struct:cpl_trace_pkt
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h451 uint8_t tstamp[8]; /* tsf for beacon sync */ member in struct:iwi_associate
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h646 uint64_t tstamp; member in struct:iwn_cmd_timing
1261 uint32_t tstamp; member in struct:iwn_ucode_info
1425 uint64_t tstamp; member in struct:iwn_rx_stat
1495 uint64_t tstamp; member in struct:iwn_start_scan
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c26 printf("offsetof(tstamp) = %d\n",
27 (int) offsetof(struct req_pkt, tstamp));
36 printf("offsetof(tstamp) = %d\n",
37 (int) offsetof(struct req_pkt_tail, tstamp));
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h453 uint8_t tstamp[8]; member in struct:ndis_802_11_fixed_ies
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l430 icmp-tstamp { yylval->i = 13; return NUM; }
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c244 struct tstamp { struct
1340 struct tstamp *tp;
1344 tp = (struct tstamp *)(p+46);
1381 struct tstamp *tp;
1389 tp = (struct tstamp *)(p+46);

Completed in 321 milliseconds

123