Searched refs:rt_dist (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.c505 if ( rt.rt_dist != 0x82 ) {
521 } else if ( rt.rt_dist & 0x80 ) {
529 if ( xrt.rt_dist != 0x82 ) {
606 if (( rt.rt_dist & 0x80 ) &&
623 if ( rt.rt_dist & 0x80 ) {
653 if (( rtmp->rt_hops != ( rt.rt_dist & 0x7f ) + 1 ) &&
655 ( rt.rt_dist & 0x7f ) + 1 <= RTMPHOPS_MAX )) {
657 if ( rtmp->rt_hops > ( rt.rt_dist & 0x7f ) + 1 ) {
665 rtmp->rt_hops = ( rt.rt_dist & 0x7f ) + 1;
673 if (( rt.rt_dist
[all...]
H A Drtmp.h54 u_char rt_dist; member in struct:rtmp_tuple
H A Dmain.c546 rt.rt_dist = 0x82;
551 rt.rt_dist = 0x80;
556 rt.rt_dist = 0x82;
604 rt.rt_dist = rtmp->rt_hops;
606 rt.rt_dist |= 0x80;
613 rt.rt_dist = 0x82;

Completed in 112 milliseconds