Searched refs:NTP_ADD (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.h25 #define NTP_ADD 0x4 /* IP network address */ macro
H A Dntpdc_ops.c105 { "showpeer", showpeer, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD},
108 { "pstats", peerstats, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD },
129 { "addpeer", addpeer, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR },
132 { "addserver", addserver, { NTP_ADD, OP
[all...]
H A Dntpdc.c1392 case NTP_ADD:
1599 if (opt46 == 0 && (xcp->arg[i] & ~OPT) == NTP_ADD) {
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.h61 #define NTP_ADD 0x4 /* IP network address */ macro
H A Dntpq-subs.c334 sockaddr_u sau; /* NTP_ADD */
3754 if (NTP_ADD != pvdc->type) {
3781 if (NTP_ADD != pvdc->type) {
3826 case NTP_ADD:
3862 case NTP_ADD: /* fallthru */
4120 VDC_INIT("src", "remote host: ", NTP_ADD),
4121 VDC_INIT("dst", "local address: ", NTP_ADD),
H A Dntpq.c1802 case NTP_ADD:

Completed in 59 milliseconds