Home
last modified time | relevance | path

Searched refs:doquery (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c726 res = doquery(impl_ver, REQ_PEER_INFO, 0, qitems, in showpeer()
802 res = doquery(impl_ver, REQ_PEER_STATS, 0, qitems, in peerstats()
1460 res = doquery(impl_ver, REQ_CONFIG, 1, 1, in doconfig()
1472 res = doquery(impl_ver, REQ_CONFIG, 1, 1, in doconfig()
1527 res = doquery(impl_ver, REQ_UNCONFIG, 1, qitems, in unconfig()
1614 res = doquery(impl_ver, req, 1, 1, in doset()
1975 res = doquery(impl_ver, in monlist()
2135 res = doquery(impl_ver, REQ_RESET_STATS, 1, 1, in reset()
2195 res = doquery(impl_ver, REQ_RESET_PEER, 1, qitems, in preset()
2505 res = doquery(impl_ver, req, 1, 1, sendsize, in do_addclr_trap()
[all …]
H A Dntpdc.h68 extern int doquery (int, int, int, size_t, size_t, const char *, size_t *, size_t *, const char **,…
H A Dntpdc.c972 doquery( in doquery() function
/netbsd/external/bsd/ntp/dist/ntpq/
H A Dlibntpq.c193 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap); in ntpq_queryhost()
428 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus, in ntpq_read_assoc_peervars()
485 res = doquery(CTL_OP_READVAR, 0, 0, 0, NULL, &rstatus, in ntpq_read_sysvars()
H A Dntpq.h145 extern int doquery (int, associd_t, int, size_t, const char *,
H A Dntpq-subs.c635 return doquery(op, associd, auth, datalen, data, rstatus, dsize, in doquerylist()
1122 res = doquery(CTL_OP_READSTAT, 0, 0, 0, (char *)0, &rstatus, in dogetassoc()
1433 res = doquery(CTL_OP_SAVECONFIG, 0, 1, in saveconfig()
1464 res = doquery(CTL_OP_READCLOCK, 0, 0, 0, (char *)0, &rstatus, in radiostatus()
1969 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus, in dogetpeers()
2283 res = doquery(CTL_OP_CONFIGURE, 0, 1, in config()
2386 res = doquery(CTL_OP_CONFIGURE, 0, 1, in config_from_file()
2429 qres = doquery(CTL_OP_REQ_NONCE, 0, 0, 0, NULL, &rstatus, in fetch_nonce()
3439 qres = doquery(CTL_OP_READ_ORDLIST_A, 0, TRUE, 0, NULL, &rstatus, in ifstats()
3652 qres = doquery(CTL_OP_READ_ORDLIST_A, 0, TRUE, qdata_chars, in reslist()
H A Dntpq.c1474 doquery( in doquery() function