Home | History | Annotate | Download | only in rpc

Lines Matching defs:resp

136 	int 		num, resp;
155 (xdrproc_t)xdr_int, (void *)&resp, tout);
158 DPRINTF("Got %d\n", resp);
161 if (++num != resp)
162 ERRX(EXIT_FAILURE, "expected %d got %d", num, resp);
171 int num, resp;
202 (xdrproc_t)xdr_int, (void *)&resp, tout);
205 DPRINTF("Got %d\n", resp);
206 if (++num != resp)
207 ERRX(EXIT_FAILURE, "expected %d got %d", num, resp);