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

123

/freebsd-9.3-release/libexec/rbootd/
H A Dbpf.c348 memmove((char *)&rconn->tstamp, (char *)&bhp->bh_tstamp,
H A Drbootd.c322 if ((rtmp->tstamp.tv_sec + RMP_TIMEOUT) < now.tv_sec) {
H A Drmpproto.c578 (void) gettimeofday(&rconn->tstamp, (struct timezone *)0);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.h202 uint8_t *tstamp; member in struct:ieee80211_scanparams
H A Dieee80211_adhoc.c745 memcpy(ni->ni_tstamp.data, scan.tstamp,
H A Dieee80211_input.c501 scan->tstamp = frm; frm += 8;
H A Dieee80211_sta.c1299 memcpy(ni->ni_tstamp.data, scan.tstamp,
/freebsd-9.3-release/contrib/ntp/ntpd/
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 Dntp_request.c569 + sizeof(inpkt->tstamp);
578 (mac_len + sizeof(inpkt->tstamp)));
628 NTOHL_FP(&tailinpkt->tstamp, &ftmp);
H A Dntp_control.c2578 if (hostval.tstamp != 0)
2580 ntohl(hostval.tstamp));
2906 ntohl(p->recval.tstamp));
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mixx-defs.h1404 uint64_t tstamp : 64; /**< MIX TimeStamp Value member in struct:cvmx_mixx_tstamp::cvmx_mixx_tstamp_s
1439 uint64_t tstamp : 64;
H A Dcvmx-mgmt-port.c81 uint64_t tstamp : 1; /* For TX, signals that the packet should be timestamped */ member in struct:__anon6510::__anon6511
542 state->tx_ring[state->tx_write_index].s.tstamp = 0;
597 state->tx_ring[state->tx_write_index].s.tstamp = 0;
/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c435 timestruc_t tstamp = psp->pr_tstamp; local
469 bcmp(&psp->pr_tstamp, &tstamp, sizeof (tstamp)) != 0) {
/freebsd-9.3-release/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-9.3-release/sys/dev/iwi/
H A Dif_iwireg.h388 uint8_t tstamp[8]; /* tsf for beacon sync */ member in struct:iwi_associate
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnreg.h549 uint64_t tstamp; member in struct:iwn_cmd_timing
1053 uint32_t tstamp; member in struct:iwn_ucode_info
1139 uint64_t tstamp; member in struct:iwn_rx_stat
1167 uint64_t tstamp; member in struct:iwn_start_scan
H A Dif_iwn.c2386 tap->wr_tsft = stat->tstamp;
4212 memcpy(&cmd.tstamp, ni->ni_tstamp.data, sizeof (uint64_t));
4218 mod = le64toh(cmd.tstamp) % val;
4221 DPRINTF(sc, IWN_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
4222 ni->ni_intval, le64toh(cmd.tstamp), (uint32_t)(val - mod));
/freebsd-9.3-release/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-9.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h301 __u8 tstamp:1; member in struct:tcp_options
303 __u8 tstamp:1; member in struct:tcp_options
1823 __be64 tstamp; member in struct:cpl_trace_pkt
1845 __be64 tstamp; member in struct:cpl_t5_trace_pkt
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l363 icmp-tstamp { yylval.i = 13; return NUM; }
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1005 if (t4opt->tstamp)
1026 if (tcpopt->tstamp)
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpi.c1470 "rate=%x chan=%d tstamp=%ju\n", ring->cur, le32toh(desc->len),
1472 (uintmax_t)le64toh(tail->tstamp)));
1530 tap->wr_tsft = tail->tstamp;
2335 memcpy(&tsf.tstamp, ni->ni_tstamp.data, 8);
2341 mod = le64toh(tsf.tstamp) % val;
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c412 if (t3opt->tstamp)
/freebsd-9.3-release/sys/pci/
H A Dncr.c476 struct tstamp { struct
729 struct tstamp stamp;
3921 bzero (&cp->phys.header.stamp, sizeof (struct tstamp));

Completed in 330 milliseconds

123