Searched refs:CTL_OP_READVAR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/ntp/ntpq/ |
| HD | libntpq.c | 426 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus, in ntpq_read_assoc_peervars() 483 res = doquery(CTL_OP_READVAR, 0, 0, 0, NULL, &rstatus, in ntpq_read_sysvars()
|
| HD | libntpq.h | 53 #define PEERVARS CTL_OP_READVAR
|
| HD | ntpq-subs.c | 796 dolist(g_varlist, associd, CTL_OP_READVAR, type, fp); in readlist() 876 dolist(tmplist, associd, CTL_OP_READVAR, type, fp); in readvar() 1059 CTL_OP_READVAR, TYPE_PEER, fp)) in mreadlist() 1094 if (!dolist(pvars, assoc_cache[i].assid, CTL_OP_READVAR, in mreadvar() 1988 res = doquerylist(pvl, CTL_OP_READVAR, associd, 0, &rstatus, in dogetpeers() 1994 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus, in dogetpeers() 3794 qres = doquerylist(vl, CTL_OP_READVAR, as, 0, &rstatus, &rsize, in collect_display_vdc()
|
| /freebsd-13-stable/contrib/ntp/include/ |
| HD | ntp_control.h | 57 #define CTL_OP_READVAR 2 /* read variables */ macro
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_control.c | 119 { CTL_OP_READVAR, NOAUTH, read_variables },
|