Home | History | Annotate | Download | only in ntpd

Lines Matching refs:coderecv

91 	pp->coderecv = (pp->coderecv + 1) % MAXSTAGE;
92 if (pp->coderecv == pp->codeproc)
94 pp->filter[pp->coderecv] = sv;
101 if (pp->coderecv == pp->codeproc)
111 u_int retv = pp->coderecv - pp->codeproc;
124 pp->coderecv = (pp->coderecv + 1) & (MAXSTAGE - 1);
125 if (pp->coderecv == pp->codeproc)
127 pp->filter[pp->coderecv] = sv;
134 if (pp->coderecv == pp->codeproc)
144 return (pp->coderecv - pp->codeproc) & (MAXSTAGE - 1);
444 na = pp->coderecv - pp->codeproc;
450 na = (pp->coderecv - pp->codeproc) & (MAXSTAGE - 1);
474 na = pp->coderecv - pp->codeproc;
483 na = (pp->coderecv - pp->codeproc) & (MAXSTAGE - 1);
595 while (pp->codeproc != pp->coderecv)
1408 bug->values[7] = pp->coderecv;