HomeSort by: relevance | last modified time | path
    Searched defs:xmt (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/tests/
packetHandling.c 52 struct timeval xmt; local
55 GETTIMEOFDAY(&xmt, NULL);
56 xmt.tv_sec += JAN_1970;
59 generate_pkt(&testpkt, &xmt, 0, NULL));
68 TVTOTS(&xmt, &expected_xmt);
69 NTOHL_FP(&testpkt.xmt, &actual_xmt);
83 struct timeval xmt; local
101 xmt.tv_sec = JAN_1970;
102 xmt.tv_usec = 0;
105 generate_pkt(&testpkt, &xmt, testkey.key_id
    [all...]
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.h 41 l_fp xmt; /* transmit time stamp */ member in struct:server
  /src/external/bsd/ntp/dist/sntp/
networking.h 100 l_fp xmt; /* transmit time stamp */ member in struct:speer
main.c 117 void xmt(xmt_ctx *xctx);
589 * either not active or is set for the second xmt
605 TRACE(2, ("queue_xmt: xmt timer for %u usec\n",
636 xmt(x);
658 ** xmt()
661 xmt( function
676 "xmt: gettimeofday() failed: %m");
691 TRACE(2, ("xmt: %lx.%6.6u %s %s\n", (u_long)tv_xmt.tv_sec,
1140 HTONL_FP(&xmt_fp, &x_pkt->xmt);
1339 NTOHL_FP(&rpkt->xmt, &p_xmt)
    [all...]
  /src/sys/dev/
midivar.h 45 * In both xmt and rcv direction, the midi_fst runs at the time data are
46 * buffered (midi_writebytes for xmt, midi_in for rcv) so what's in the
47 * buffer is always in canonical form (or compressed, on xmt, if the hw
211 struct midi_state xmt; member in struct:midi_softc
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 3183 l_fp org, rec, xmt; local
3277 NTOHL_FP(&pkt->xmt, &xmt);
3279 &org, &rec, &xmt, &fp_zero,
  /src/external/bsd/ntp/dist/include/
ntp_request.h 424 l_fp xmt; /* peer.xmt */ member in struct:info_peer
ntp.h 363 l_fp xmt; /* transmit time stamp */ member in struct:peer
368 l_fp nonce; /* Value of nonce we sent as the xmt stamp */
563 l_fp xmt; /* transmit time stamp */ member in struct:pkt

Completed in 35 milliseconds