Home
last modified time | relevance | path

Searched refs:hosts_delays (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/src/
H A Drmcast.c963 rmcast_options.hosts_delays[ 0 ].estimated_delay = 1000 * estimated_one_way_delay; in RM_setHostDelay()
972 if( strcmp( rmcast_options.hosts_delays[ i ].IP, aux_host_ip ) == 0 ) in RM_setHostDelay()
974 rmcast_options.hosts_delays[i].estimated_delay = 1000 * estimated_one_way_delay; in RM_setHostDelay()
982 sprintf( rmcast_options.hosts_delays[ i ].IP, "%s", aux_host_ip ); in RM_setHostDelay()
983 rmcast_options.hosts_delays[ i ].estimated_delay = 1000 * estimated_one_way_delay; in RM_setHostDelay()
1019 *estimated_one_way_delay = ( rmcast_options.hosts_delays[ 0 ].estimated_delay / 1000 ); in RM_getHostDelay()
1027 if( strcmp( rmcast_options.hosts_delays[ i ].IP, aux_host_ip ) == 0 ) in RM_getHostDelay()
1029 … *estimated_one_way_delay = ( rmcast_options.hosts_delays[ i ].estimated_delay / 1000 ); in RM_getHostDelay()
H A Drminternals.h135 HOSTS_DELAYS hosts_delays[ MAX_HOSTS ]; member