Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/include/
HDntp_control.h191 #define RESLIST_FIELDS 4 macro
/NextBSD/contrib/ntp/ntpq/
HDntpq-subs.c3466 if (*pfields < RESLIST_FIELDS) in validate_reslist_idx()
3468 *pfields, RESLIST_FIELDS); in validate_reslist_idx()
3475 idx, *pfields, RESLIST_FIELDS, prow->idx); in validate_reslist_idx()
3498 if (RESLIST_FIELDS > *pfields) in another_reslist_field()
3614 if (fields != RESLIST_FIELDS) in reslist()
3616 fields, RESLIST_FIELDS); in reslist()
/NextBSD/contrib/ntp/ntpd/
HDntp_control.c4189 u_char sent[RESLIST_FIELDS]; /* 4 tag=value pairs */ in send_restrict_entry()