Searched refs:doquery (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc.h66 extern int doquery (int, int, int, size_t, size_t, const char *, size_t *, size_t *, const char **, int, int);
H A Dntpdc_ops.c361 res = doquery(impl_ver, REQ_PEER_LIST, 0, 0, 0, (char *)NULL, &items,
441 res = doquery(impl_ver, REQ_PEER_LIST_SUM, 0, 0, 0, (char *)NULL,
715 res = doquery(impl_ver, REQ_PEER_INFO, 0, qitems,
791 res = doquery(impl_ver, REQ_PEER_STATS, 0, qitems,
892 res = doquery(impl_ver, REQ_LOOP_INFO, 0, 0, 0, (char *)NULL,
955 res = doquery(impl_ver, REQ_SYS_INFO, 0, 0, 0, (char *)NULL,
1043 res = doquery(impl_ver, REQ_SYS_STATS, 0, 0, 0, (char *)NULL,
1109 res = doquery(impl_ver, REQ_IO_STATS, 0, 0, 0, NULL, &items,
1170 res = doquery(impl_ver, REQ_MEM_STATS, 0, 0, 0, NULL, &items,
1227 res = doquery(impl_ve
[all...]
H A Dntpdc.c967 * doquery - send a request and process the response
970 doquery( function
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq.h142 extern int doquery (int, associd_t, int, size_t, const char *,
H A Dlibntpq.c191 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap);
426 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus,
483 res = doquery(CTL_OP_READVAR, 0, 0, 0, NULL, &rstatus,
H A Dntpq-subs.c592 return doquery(op, associd, auth, datalen, data, rstatus, dsize,
1079 res = doquery(CTL_OP_READSTAT, 0, 0, 0, (char *)0, &rstatus,
1390 res = doquery(CTL_OP_SAVECONFIG, 0, 1,
1421 res = doquery(CTL_OP_READCLOCK, 0, 0, 0, (char *)0, &rstatus,
1926 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus,
2240 res = doquery(CTL_OP_CONFIGURE, 0, 1,
2343 res = doquery(CTL_OP_CONFIGURE, 0, 1,
2386 qres = doquery(CTL_OP_REQ_NONCE, 0, 0, 0, NULL, &rstatus,
3396 qres = doquery(CTL_OP_READ_ORDLIST_A, 0, TRUE, 0, NULL, &rstatus,
3609 qres = doquery(CTL_OP_READ_ORDLIST_
[all...]
H A Dntpq.c1464 * doquery - send a request and process the response, displaying
1468 doquery( function
/freebsd-10-stable/contrib/ldns-host/
H A Dldns-host.c708 doquery(ldns_resolver *res, ldns_rdf *domain) { function
789 doquery(res, dname);
872 return !doquery(res, dname);
880 return !doquery(res, dname);

Completed in 79 milliseconds