Searched refs:rt_hops (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.h37 u_char rt_hops; member in struct:rtmptab
H A Drtmp.c307 if ( found == NULL || rtmp->rt_hops < found->rt_hops ) {
326 if ( replace->rt_hops == RTMPHOPS_POISON ) {
383 if ( r->rt_hops < rtmp->rt_hops ) {
653 if (( rtmp->rt_hops != ( rt.rt_dist & 0x7f ) + 1 ) &&
654 ( rtmp->rt_hops != RTMPHOPS_POISON ||
657 if ( rtmp->rt_hops > ( rt.rt_dist & 0x7f ) + 1 ) {
662 if ( rtmp->rt_hops == RTMPHOPS_POISON ) {
665 rtmp->rt_hops
[all...]
H A Dmain.c343 if ( rtmp->rt_hops == RTMPHOPS_POISON || rtmp->rt_iprev == NULL ) {
346 rtmp->rt_hops = RTMPHOPS_POISON;
438 if ( rtmp->rt_hops == RTMPHOPS_POISON ) {
441 rtmp->rt_hops = RTMPHOPS_POISON;
604 rt.rt_dist = rtmp->rt_hops;

Completed in 106 milliseconds