Searched refs:conf_unpeer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/usr.sbin/ntp/ntpdc/ |
| D | nl.c | 503 (int) sizeof(struct conf_unpeer)); 505 (int) offsetof(struct conf_unpeer, peeraddr)); 507 (int) offsetof(struct conf_unpeer, v6_flag)); 509 (int) offsetof(struct conf_unpeer, peeraddr6));
|
| /freebsd-10-stable/contrib/ntp/ntpdc/ |
| D | ntpdc_ops.c | 1482 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; in unconfig() 1493 sendsize = sizeof(struct conf_unpeer); in unconfig() 1495 sendsize = v4sizeof(struct conf_unpeer); in unconfig() 1518 &itemsize, &dummy, 0, sizeof(struct conf_unpeer)); in unconfig() 2150 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; in preset() 2161 sendsize = sizeof(struct conf_unpeer); in preset() 2163 sendsize = v4sizeof(struct conf_unpeer); in preset() 2186 &itemsize, &dummy, 0, sizeof(struct conf_unpeer)); in preset()
|
| D | layout.std | 253 sizeof(struct conf_unpeer) = 24
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| 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() 1964 struct conf_unpeer cp; in reset_peer()
|
| /freebsd-10-stable/contrib/ntp/include/ |
| D | ntp_request.h | 625 struct conf_unpeer { struct
|