Home
last modified time | relevance | path

Searched refs:ntpq_varlist (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpq/
H A Dlibntpq.h57 struct ntpq_varlist { struct
73 extern struct ntpq_varlist ntpq_varlist[MAXLIST]; argument
108 extern int ntpq_doquerylist(struct ntpq_varlist *, int, associd_t, int,
H A Dlibntpq.c35 struct ntpq_varlist ntpq_varlist[MAXLIST]; variable
668 res = ntpq_doquerylist(ntpq_varlist, CTL_OP_READCLOCK, associd, in ntpq_read_assoc_clockvars()
H A Dlibntpq_subs.c40 struct ntpq_varlist *vlist, in ntpq_doquerylist()