Searched refs:old_conf_peer (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 450 (int) sizeof(struct old_conf_peer)); 452 (int) offsetof(struct old_conf_peer, peeraddr)); 454 (int) offsetof(struct old_conf_peer, hmode)); 456 (int) offsetof(struct old_conf_peer, version)); 458 (int) offsetof(struct old_conf_peer, minpoll)); 460 (int) offsetof(struct old_conf_peer, maxpoll)); 462 (int) offsetof(struct old_conf_peer, flags)); 464 (int) offsetof(struct old_conf_peer, ttl)); 466 (int) offsetof(struct old_conf_peer, unused)); 468 (int) offsetof(struct old_conf_peer, keyid));
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 227 sizeof(struct old_conf_peer) = 16
|
H A D | ntpdc_ops.c | 1471 sizeof(struct old_conf_peer), (char *)&cpeer, in doconfig()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 585 struct old_conf_peer { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 511 temp_size == sizeof(struct old_conf_peer))) { in process_private()
|