HomeSort by: relevance | last modified time | path
    Searched refs:coderecv (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_atom.c 205 pp->filter[pp->coderecv]);
231 if (pp->codeproc == pp->coderecv) {
ntp_refclock.c 91 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE;
92 if (pp->coderecv == pp->codeproc)
94 pp->filter[pp->coderecv] = sv;
101 if (pp->coderecv == pp->codeproc)
111 u_int retv = pp->coderecv - pp->codeproc;
124 pp->coderecv = (pp->coderecv + 1) & (MAXSTAGE - 1);
125 if (pp->coderecv == pp->codeproc)
127 pp->filter[pp->coderecv] = sv
    [all...]
refclock_heath.c 435 if (pp->coderecv == pp->codeproc) {
refclock_pst.c 304 if (pp->coderecv == pp->codeproc) {
refclock_tpro.c 199 if (pp->coderecv == pp->codeproc) {
refclock_tt560.c 231 if (pp->coderecv == pp->codeproc) {
refclock_datum.c 139 int coderecv; /* number of time codes received */ member in struct:datum_pts_unit
714 datum_pts->coderecv++; /* increment a counter */
refclock_wwvb.c 535 pp->coderecv = pp->codeproc;
541 if (pp->coderecv == pp->codeproc) {
refclock_arbiter.c 464 if (pp->coderecv == pp->codeproc) {
refclock_as2201.c 382 if (pp->coderecv == pp->codeproc) {
refclock_ulink.c 558 if (pp->coderecv == pp->codeproc) {
refclock_gpsdjson.c 727 if (pp->coderecv != pp->codeproc) {
771 if (pp->coderecv != pp->codeproc) {
893 if (pp->coderecv != pp->codeproc) {
895 pp->coderecv = pp->codeproc;
971 if (pp->coderecv == pp->codeproc)
refclock_shm.c 342 if (pp->coderecv != pp->codeproc) {
refclock_jupiter.c 364 else if (pp->coderecv != pp->codeproc)
485 if (pp->coderecv != pp->codeproc) {
refclock_irig.c 988 if (pp->coderecv == pp->codeproc) {
refclock_tsyncpci.c 758 if (pp->coderecv == pp->codeproc) {
refclock_nmea.c 594 } else if (pp->codeproc != pp->coderecv) {
1118 if (pp->coderecv == pp->codeproc) {
ntp_proto.c 3298 peer->procptr->coderecv = 0;
  /src/external/bsd/ntp/dist/include/
ntp_refclock.h 165 u_int coderecv; /* put pointer */ member in struct:refclockproc

Completed in 29 milliseconds