Searched refs:xmt (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c50 struct timeval xmt; local
53 GETTIMEOFDAY(&xmt, NULL);
54 xmt.tv_sec += JAN_1970;
57 generate_pkt(&testpkt, &xmt, 0, NULL));
66 TVTOTS(&xmt, &expected_xmt);
67 NTOHL_FP(&testpkt.xmt, &actual_xmt);
79 struct timeval xmt; local
90 GETTIMEOFDAY(&xmt, NULL);
91 xmt.tv_sec += JAN_1970;
94 generate_pkt(&testpkt, &xmt, testke
[all...]
H A Dutilities.c164 HTONL_FP(&test, &testpkt.xmt);
H A DpacketProcessing.c126 HTONL_FP(&tmp, &testspkt.p.xmt);
386 HTONL_FP(&tmp, &testspkt.p.xmt);
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.h39 l_fp xmt; /* transmit time stamp */ member in struct:server
H A Dntpdate.c714 get_systime(&server->xmt);
715 L_ADDUF(&server->xmt, sys_authdelay);
716 HTONL_FP(&server->xmt, &xpkt.xmt);
724 get_systime(&(server->xmt));
725 HTONL_FP(&server->xmt, &xpkt.xmt);
805 if (!L_ISEQU(&org, &server->xmt)) {
807 printf("receive: pkt.org and peer.xmt differ\n");
861 NTOHL_FP(&rpkt->xmt,
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dnetworking.c280 if (!L_ISEQU(&rpkt->org, &spkt->xmt)) {
282 NTOHL_FP(&spkt->xmt, &sent_xmt);
284 "%s response org expected to match sent xmt",
287 msyslog(LOG_ERR, "sent xmt: %s", prettydate(&sent_xmt));
H A Dnetworking.h98 l_fp xmt; /* transmit time stamp */ member in struct:speer
H A Dmain.c114 void xmt(xmt_ctx *xctx);
586 * either not active or is set for the second xmt
602 TRACE(2, ("queue_xmt: xmt timer for %u usec\n",
633 xmt(x);
655 ** xmt()
658 xmt( function
673 "xmt: gettimeofday() failed: %m");
688 TRACE(2, ("xmt: %lx.%6.6u %s %s\n", (u_long)tv_xmt.tv_sec,
1136 HTONL_FP(&xmt_fp, &x_pkt->xmt);
1335 NTOHL_FP(&rpkt->xmt,
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c327 NTOHL_FP(&rpkt->xmt, &lfp_host);
334 xpkt.org = rpkt->xmt;
338 HTONL_FP(&lfp_host, &xpkt.xmt);
339 xpkt.reftime = xpkt.xmt;
H A Dntp_proto.c730 "restrict %s org %#010x.%08x xmt %#010x.%08x\n",
736 ntohl(pkt->xmt.l_ui), ntohl(pkt->xmt.l_uf)));
965 NTOHL_FP(&pkt->xmt, &p_xmt);
1010 DPRINTF(1, ("receive: at %ld %s<-%s mode %d/%s:%s len %d org %#010x.%08x xmt %#010x.%08x NOMAC\n",
1015 ntohl(pkt->xmt.l_ui), ntohl(pkt->xmt.l_uf)));
1019 DPRINTF(1, ("receive: at %ld %s<-%s mode %d/%s:%s keyid %08x len %d auth %d org %#010x.%08x xmt %#010x.%08x CRYPTONAK\n",
1024 ntohl(pkt->xmt.l_ui), ntohl(pkt->xmt
[all...]
H A Dntp_io.c3147 l_fp org, rec, xmt; local
3235 NTOHL_FP(&pkt->xmt, &xmt);
3237 &org, &rec, &xmt, &fp_zero,
H A Dntp_refclock.c367 get_systime(&peer->xmt);
H A Dntp_request.c913 HTONL_FP(&pp->xmt, &ip->xmt);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h357 l_fp xmt; /* transmit time stamp */ member in struct:peer
362 l_fp nonce; /* Value of nonce we sent as the xmt stamp */
556 l_fp xmt; /* transmit time stamp */ member in struct:pkt
H A Dntp_request.h403 l_fp xmt; /* peer.xmt */ member in struct:info_peer
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.h830 q80_xmt_stats_t xmt; member in union:_q80_get_stats_rsp::__anon7813
841 q80_xmt_stats_t xmt; member in struct:_q80_get_mac_rcv_xmt_stats_rsp
1694 q80_xmt_stats_t xmt[NUM_TX_RINGS]; member in struct:_qla_hw
H A Dql_hw.c617 CTLFLAG_RD, &ha->hw.xmt[i].total_bytes,
622 CTLFLAG_RD, &ha->hw.xmt[i].total_pkts,
627 CTLFLAG_RD, &ha->hw.xmt[i].errors,
632 CTLFLAG_RD, &ha->hw.xmt[i].pkts_dropped,
637 CTLFLAG_RD, &ha->hw.xmt[i].switch_pkts,
642 CTLFLAG_RD, &ha->hw.xmt[i].num_buffers,
988 "\tBits 8-11: std pause cfg; 0 = xmt and rcv;"
989 " 1 = xmt only; 2 = rcv only;\n"
2256 xstat = (q80_xmt_stats_t *)&stat_rsp->u.xmt;
2257 bcopy(xstat, &ha->hw.xmt[
[all...]
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c182 printf("offsetof(xmt) = %d\n",
183 (int) offsetof(struct info_peer, xmt));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c639 NTOHL_FP(&pp->xmt, &tempts);

Completed in 299 milliseconds