Home
last modified time | relevance | path

Searched refs:badauth (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std125 offsetof(badauth) = 44
180 offsetof(badauth) = 32
195 offsetof(badauth) = 32
H A Dntpdc_ops.c853 (u_long)ntohl(pp->badauth)); in peerstats()
1092 (u_long)ntohl(ss->badauth)); in sysstats()
/freebsd/contrib/ntp/include/
H A Dntp_request.h442 u_int32 badauth; /* bad authentication */ member
513 u_int32 badauth; /* bad authentication */ member
533 u_int32 badauth; /* bad authentication */ member
H A Dntp.h406 u_long badauth; /* bad authentication (TEST5) */
402 u_long badauth; /* bad authentication (TEST5) */ global() member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c250 (int) offsetof(struct info_peer_stats, badauth));
360 (int) offsetof(struct info_sys_stats, badauth));
386 (int) offsetof(struct old_info_sys_stats, badauth));
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c2191 peer->badauth++; in receive()
2227 peer->badauth++; in receive()
2371 peer->badauth++; in receive()
4516 peer->badauth++; in peer_xmit()
H A Dntp_peer.c1103 peer->badauth = 0;
H A Dntp_request.c1047 ip->badauth = htonl((u_int32)(pp->badauth)); in peer_stats()
1152 ss->badauth = htonl((u_int32)sys_badauth); in sys_stats()
H A Dntp_control.c540 { CP_BADAUTH, RO, "badauth" }, /* 45 */
2831 ctl_putuint(peer_var[id].text, p->badauth); in ctl_putpeer()