Searched refs:conf_peer (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 472 (int) sizeof(struct conf_peer)); 474 (int) offsetof(struct conf_peer, peeraddr)); 476 (int) offsetof(struct conf_peer, hmode)); 478 (int) offsetof(struct conf_peer, version)); 480 (int) offsetof(struct conf_peer, minpoll)); 482 (int) offsetof(struct conf_peer, maxpoll)); 484 (int) offsetof(struct conf_peer, flags)); 486 (int) offsetof(struct conf_peer, ttl)); 488 (int) offsetof(struct conf_peer, unused1)); 490 (int) offsetof(struct conf_peer, keyid)); [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 1325 struct conf_peer cpeer; in doconfig() 1353 sendsize = sizeof(struct conf_peer); in doconfig() 1355 sendsize = v4sizeof(struct conf_peer); in doconfig() 1460 &itemsize, &dummy, 0, sizeof(struct conf_peer)); in doconfig() 1473 sizeof(struct conf_peer)); in doconfig()
|
H A D | layout.std | 238 sizeof(struct conf_peer) = 168
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 597 struct conf_peer { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 135 { REQ_CONFIG, AUTH, v4sizeof(struct conf_peer), 136 sizeof(struct conf_peer), do_conf }, 1296 struct conf_peer temp_cp; in do_conf()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 1364 fix the conf_peer requests again, but re-break compatibility with
|