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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c121 uint8_t fromBest; /* the "best" value of where the peer has been found */ member in struct:peer_atom
151 && ( atom->fromBest < TR_PEER_FROM__MAX )
1918 a->fromBest = from;
1928 if( from < a->fromBest )
1929 a->fromBest = from;
2289 if( a->fromBest != b->fromBest )
2290 return a->fromBest < b->fromBest ? -1 : 1;
3856 * lower `fromBest' value
[all...]

Completed in 68 milliseconds