Home | History | Annotate | Download | only in ntpd

Lines Matching defs:ndx

354 	int	ndx;		/* buffer start index */
1016 up->ndx = 0;
1018 up->ndx = 0;
1025 if (up->ndx < BURST) {
1026 up->cbuf[up->ndx] = hexhex & 0xff;
1027 up->cstamp[up->ndx] = cstamp;
1028 up->ndx++;
1056 if (up->ndx < MINCHARS) {
1061 for (i = 0; i < 5 && i < up->ndx - 5; i++)
1072 chu_a(peer, up->ndx);
1074 chu_b(peer, up->ndx);
1511 up->ndx = up->prevsec = 0;