dccp_tfrc.c | 267 * t_now - timeval struct containing actual time 271 tfrc_set_send_timer(struct tfrc_send_ccb * cb, struct timeval t_now) 276 /* set send timer to fire in t_ipi - (t_now-t_nom_old) or in other 277 * words after t_nom - t_now */ 279 timersub(&t_temp, &t_now, &t_temp); 301 * If (t_now - tld >= R) 303 * tld = t_now; 305 * t_now - timeval struct containing actual time 309 tfrc_updateX(struct tfrc_send_ccb * cb, struct timeval t_now) 333 t_temp = t_now; 368 struct timeval t_now; local in function:tfrc_time_no_feedback 605 struct timeval t_now, t_temp; local in function:tfrc_send_packet 721 struct timeval t_now, t_temp; local in function:tfrc_send_packet_sent 827 struct timeval t_now; local in function:tfrc_send_packet_recv 1173 struct timeval t_now, t_temp; local in function:tfrc_recv_send_feedback [all...] |