Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpdc/
HDlayout.std125 offsetof(badauth) = 44
180 offsetof(badauth) = 32
195 offsetof(badauth) = 32
HDntpdc_ops.c853 (u_long)ntohl(pp->badauth)); in peerstats()
1092 (u_long)ntohl(ss->badauth)); in sysstats()
/freebsd-head/contrib/ntp/include/
HDntp_request.h442 u_int32 badauth; /* bad authentication */ member
513 u_int32 badauth; /* bad authentication */ member
533 u_int32 badauth; /* bad authentication */ member
HDntp.h406 u_long badauth; /* bad authentication (TEST5) */ member
/freebsd-head/usr.sbin/ntp/ntpdc/
HDnl.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-head/contrib/ntp/ntpd/
HDntp_proto.c2191 peer->badauth++; in receive()
2227 peer->badauth++; in receive()
2371 peer->badauth++; in receive()
4516 peer->badauth++; in peer_xmit()
HDntp_peer.c1103 peer->badauth = 0; in peer_reset()
HDntp_request.c1047 ip->badauth = htonl((u_int32)(pp->badauth)); in peer_stats()
1152 ss->badauth = htonl((u_int32)sys_badauth); in sys_stats()
HDntp_control.c2831 ctl_putuint(peer_var[id].text, p->badauth); in ctl_putpeer()