Home
last modified time | relevance | path

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

/dports/net/http_ping/http_ping/
H A Dhttp_ping.c75 static struct timeval started_at, connect_at, response_at, finished_at; variable
257 delta_timeval( &connect_at, &response_at ) / 1000.0; in main()
259 delta_timeval( &response_at, &finished_at ) / 1000.0; in main()
665 (void) gettimeofday( &response_at, (struct timezone*) 0 ); in handle_read()
/dports/www/http_load/http_load-09Mar2016/
H A Dhttp_load.c120 struct timeval response_at; member
1074 connections[cnum].response_at = *nowP; in handle_read()
1679 &connections[cnum].request_at, &connections[cnum].response_at ); in close_connection()
/dports/www/trafficserver/trafficserver-9.1.1/tools/http_load/
H A Dhttp_load.c219 struct timeval response_at; member
1246 connections[cnum].response_at = *nowP; in handle_read()
2831 …long response_usecs = delta_timeval(&connections[cnum].request_at, &connections[cnum].response_at); in close_connection()