Searched refs:reach (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.h32 u_char reach; /* reachability, NTP_WINDOW bits */ member in struct:server
71 * to reach a steady state condition, it will typically result in
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c386 oreach = peer->reach & 0xfe;
387 peer->reach <<= 1;
388 if (!(peer->reach & 0x0f))
391 if (!peer->reach) {
686 if (!peer->reach) {
690 peer->reach = (peer->reach << (peer->reach & 1)) | 1;
1681 * anything, either. Likewise if the reach mask is full, of
1685 ((peer->reach
[all...]
H A Drefclock_wwv.c493 int reach; /* reachability register */ member in struct:sync
1337 sp->reach <<= 1;
1338 if (sp->reach & (1 << AMAX))
1342 sp->reach |= 1;
1357 sp->reach & 0xffff, sp->metric, sp->synmax,
1834 sp->reach <<= 1;
1835 if (sp->reach & (1 << AMAX))
1839 sp->reach |= 1;
1849 rp->reach <<= 1;
1850 if (rp->reach
[all...]
H A Drefclock_jjy.c920 sReach[0] = peer->reach & 0x80 ? '1' : '0' ;
921 sReach[1] = peer->reach & 0x40 ? '1' : '0' ;
922 sReach[2] = peer->reach & 0x20 ? '1' : '0' ;
923 sReach[3] = peer->reach & 0x10 ? '1' : '0' ;
924 sReach[4] = peer->reach & 0x08 ? '1' : '0' ;
925 sReach[5] = peer->reach & 0x04 ? '1' : '0' ;
926 sReach[6] = peer->reach & 0x02 ? '1' : '0' ;
930 snprintf( sLog, sizeof(sLog), "polls=%ld reach=%s", pp->polls, sReach ) ;
H A Drefclock_chronolog.c328 if (peer->burst == 0 && peer->reach == 0)
H A Drefclock_dumbclock.c367 if (peer->reach == 0)
H A Dntp_proto.c407 if (peer->outdate > peer->timelastrec && !peer->reach)
487 oreach = peer->reach;
490 peer->reach <<= 1;
491 if (!peer->reach) {
2556 if (peer->reach)
2569 if (!peer->reach) {
2573 peer->reach |= 1;
5034 if (!peer->reach || (peer->flags & FLAG_NOSELECT)) {
H A Dntp_request.c765 ips->reach = pp->reach;
900 ip->reach = pp->reach;
H A Dntp_peer.c750 if (!(p->dstadr && (p->reach & 0x3))) // Bug 2849 XOR 2043
H A Dntp_control.c518 { CP_REACH, RO, "reach" }, /* 21 */
1346 if (p->reach)
2721 ctl_puthex(peer_var[id].text, p->reach);
/freebsd-12-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm103 my @columns = qw(tally host refid st t when poll reach delay offset jitter);
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com139 $! if we reach here, dummy.c failed to compile and we're really stuck
152 $! should never reach here..
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_request.h358 u_char reach; /* reachability register */ member in struct:info_peer_summary
388 u_char reach; /* peer.reach */ member in struct:info_peer
H A Dntp.h344 u_char reach; /* reachability register */ member in struct:peer
810 * whose reach is always 0: MDF_BCAST, MDF_MCAST, and MDF_ACAST. The
812 * not affect the MDF_ACAST association's reach register, rather they
/freebsd-12-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c149 u_int32_t reach; /* Reach */ member in struct:peer
964 "reftime,org,rec,xmt,reach,timer,offset,delay,dispersion,"
1064 } else if (strcmp(name, "reach") == 0 ||
1065 strcmp(name, "peer.reach") == 0) {
1066 val_parse_uint32(val, &p->reach,
1322 value->v.uint32 = t->reach;
/freebsd-12-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c102 printf("offsetof(reach) = %d\n",
103 (int) offsetof(struct info_peer_summary, reach));
152 printf("offsetof(reach) = %d\n",
153 (int) offsetof(struct info_peer, reach));
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c1184 const char *reach; local
1199 "ind assid status conf reach auth condition last_event cnt\n");
1213 reach = "none";
1220 reach = "yes";
1222 reach = "no";
1345 assoc_cache[i].status, conf, reach, auth,
1593 { "reach", 0 }, /* 5 */
1611 { "reach", 0 }, /* 5 */
1631 { "reach", 0 }, /* 6 */
1680 u_long reach local
[all...]
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c468 " remote local st poll reach delay offset disp\n");
507 plist->stratum, ntp_poll, plist->reach,
621 "reach %03o, unreach %d, flash 0x%04x, ",
622 pp->reach, pp->unreach, pp->flash2);
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c300 int reach; member in struct:trackpointinfo
6735 { 0x00, 0x57, PSM_TPINFO(reach) },
6812 sc->tpinfo.reach = 0x0a;
6899 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach);
6920 * mode is enabled so we can reach the trackpoint.
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2976 % Swallow text until we reach the matching `@end #1'.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex4087 % Swallow text until we reach the matching `@end #1'.

Completed in 391 milliseconds