Home
last modified time | relevance | path

Searched refs:ctlpeerstatus (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h64 extern u_short ctlpeerstatus (struct peer *);
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_control.c1333 ctlpeerstatus( in ctlpeerstatus() function
3218 rpkt.status = htons(ctlpeerstatus(peer)); in control_unspec()
3257 rpkt.status = htons(ctlpeerstatus(peer)); in read_status()
3273 a_st[n++] = htons(ctlpeerstatus(peer)); in read_status()
3310 rpkt.status = htons(ctlpeerstatus(peer)); in read_peervars()
5017 ctlpeerstatus(peer), err, eventstr(err)); in report_event()
5072 rpkt.status = htons(ctlpeerstatus(peer)); in report_event()
H A Dntp_proto.c3415 record_peer_stats(&peer->srcadr, ctlpeerstatus(peer), in clock_filter()