Searched refs:conf_unpeer (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 502 (int) sizeof(struct conf_unpeer)); 504 (int) offsetof(struct conf_unpeer, peeraddr)); 506 (int) offsetof(struct conf_unpeer, v6_flag)); 508 (int) offsetof(struct conf_unpeer, peeraddr6));
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 1491 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; in unconfig() 1502 sendsize = sizeof(struct conf_unpeer); in unconfig() 1504 sendsize = v4sizeof(struct conf_unpeer); in unconfig() 1527 &itemsize, &dummy, 0, sizeof(struct conf_unpeer)); in unconfig() 2159 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; in preset() 2170 sendsize = sizeof(struct conf_unpeer); in preset() 2172 sendsize = v4sizeof(struct conf_unpeer); in preset() 2195 &itemsize, &dummy, 0, sizeof(struct conf_unpeer)); in preset()
|
H A D | layout.std | 253 sizeof(struct conf_unpeer) = 24
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 137 { REQ_UNCONFIG, AUTH, v4sizeof(struct conf_unpeer), 138 sizeof(struct conf_unpeer), do_unconf }, 153 { REQ_RESET_PEER, AUTH, v4sizeof(struct conf_unpeer), 154 sizeof(struct conf_unpeer), reset_peer }, 1407 struct conf_unpeer temp_cp; in do_unconf() 1973 struct conf_unpeer cp; in reset_peer()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 625 struct conf_unpeer { struct
|