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

123

/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 Dntp_control.c2562 if (hostval.tstamp != 0)
2564 ntohl(hostval.tstamp));
2889 ntohl(p->recval.tstamp));
H A Drefclock_ripencc.c261 l_fp tstamp; /* timestamp of last poll */ member in struct:ripencc_unit
993 pp->lastrec = up->tstamp = rd_tmp;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1677 "ibss merge, tsf %ju tstamp %ju\n",
1934 " rate %x chan %d tstamp %ju\n", __func__, ring->cur,
1936 head->plcp, head->chan, (uintmax_t)le64toh(tail->tstamp));
2010 sc->rx_tstamp = tail->tstamp;
2020 tap->wr_tsft = tail->tstamp;
3602 memcpy(&cmd.tstamp, ni->ni_tstamp.data, sizeof (uint64_t));
3608 mod = le64toh(cmd.tstamp) % val;
3611 DPRINTF(sc, WPI_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
3612 ni->ni_intval, le64toh(cmd.tstamp), (uint32_t)(val - mod));
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c527 scan->tstamp = frm; frm += 8;
H A Dieee80211_adhoc.c759 memcpy(ni->ni_tstamp.data, scan.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));
H A Dieee80211_node.c1550 memcpy(ni->ni_tstamp.data, sp->tstamp, sizeof(ni->ni_tstamp));
/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/usr.sbin/cxgbetool/
H A Dcxgbetool.c2917 } else if (!strcmp(s, "timestamp") || !strcmp(s, "tstamp")) {
2918 os->tstamp = (*pneg + 1) & 1;
3034 .tstamp = -1,
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in231 pcap-tstamp.manmisc.in
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c414 if (t3opt->tstamp)
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c936 .tstamp = -1,
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c468 struct tstamp { struct
721 struct tstamp stamp;
3910 bzero (&cp->phys.header.stamp, sizeof (struct tstamp));
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1430 memcpy(&fixed->tstamp, ni->ni_tstamp.data, 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/if_ndis/
H A Dif_ndis.c3330 sp.tstamp = frm; frm += 8;

Completed in 355 milliseconds

123