Home
last modified time | relevance | path

Searched refs:conf_peer (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c472 (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 Dntpdc_ops.c1325 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 Dlayout.std238 sizeof(struct conf_peer) = 168
/freebsd/contrib/ntp/include/
H A Dntp_request.h597 struct conf_peer { struct
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c135 { 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 DCommitLog-4.1.01364 fix the conf_peer requests again, but re-break compatibility with