Home | History | Annotate | Download | only in netperf

Lines Matching defs:recv_response

15 /*      recv_response()         receive a response from remote  */
1925 /* will be "just" like the recv_response() code */
2358 but don't want to change all the "recv_response" calls in the code
2360 recv_response() into a new recv_response_timed(addl_timout) call, and
2361 have recv_response() call recv_response_timed(0). raj 2005-05-16
2428 fprintf(where,"recv_response: received a %d byte response\n",
2440 perror("recv_response");
2445 "recv_response: partial response received: %d bytes\n",
2458 recv_response()
3007 recv_response();
3320 /* sleep for that long so the 60 second select in recv_response will */