Searched refs:RtCount (Results 1 – 1 of 1) sorted by relevance
20 UINT RtCount = CountFIBs(IF); in InfoTdiQueryGetRouteTable() local21 UINT Size = sizeof( IPROUTE_ENTRY ) * RtCount; in InfoTdiQueryGetRouteTable()27 RtCount)); in InfoTdiQueryGetRouteTable()29 if (RtCount == 0) in InfoTdiQueryGetRouteTable()35 RCache = ExAllocatePoolWithTag( NonPagedPool, sizeof( FIB_ENTRY ) * RtCount, FIB_TAG ); in InfoTdiQueryGetRouteTable()46 RtCount = CopyFIBs( IF, RCache ); in InfoTdiQueryGetRouteTable()48 while( RtCurrent < RouteEntries + RtCount ) { in InfoTdiQueryGetRouteTable()