Searched refs:BestNCE (Results 1 – 1 of 1) sorted by relevance
256 PNEIGHBOR_CACHE_ENTRY NCE, BestNCE = NULL; in RouterGetRoute() local278 if(Length >= MaskLength && (Length > BestLength || !BestNCE) && in RouterGetRoute()279 ((!(State & NUD_STALE) && !(State & NUD_INCOMPLETE)) || !BestNCE)) { in RouterGetRoute()281 BestNCE = NCE; in RouterGetRoute()291 if( BestNCE ) { in RouterGetRoute()292 TI_DbgPrint(DEBUG_ROUTER,("Routing to %s\n", A2S(&BestNCE->Address))); in RouterGetRoute()297 return BestNCE; in RouterGetRoute()