Home
last modified time | relevance | path

Searched refs:RtCount (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/network/tcpip/tcpip/
H A Dninfo.c20 UINT RtCount = CountFIBs(IF); in InfoTdiQueryGetRouteTable() local
21 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()