Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDntp_control.c3048 u_short a_st[CTL_MAX_DATA_LEN / sizeof(u_short)]; in read_status() local
3080 a_st[n++] = htons(peer->associd); in read_status()
3081 a_st[n++] = htons(ctlpeerstatus(peer)); in read_status()
3083 if (n + 1 >= COUNTOF(a_st)) { in read_status()
3084 ctl_putdata((void *)a_st, n * sizeof(a_st[0]), in read_status()
3090 ctl_putdata((void *)a_st, n * sizeof(a_st[0]), 1); in read_status()