Home
last modified time | relevance | path

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

/reactos/modules/rostests/drivers/tcpip/
H A Dtcp_info.c216 indent_printf("ipsi_numroutes: %lu\n", IpSnmpInfo.ipsi_numroutes); in test_IP_MIB_STATS()
304 if (IpSnmpInfo.ipsi_numroutes) in test_IP_MIB_STATS()
309 …RouteEntries = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, IpSnmpInfo.ipsi_numroutes * sizeof(Ro… in test_IP_MIB_STATS()
324 IpSnmpInfo.ipsi_numroutes * sizeof(RouteEntries[0]), in test_IP_MIB_STATS()
328 ok_long(BufferSize, IpSnmpInfo.ipsi_numroutes * sizeof(RouteEntries[0])); in test_IP_MIB_STATS()
330 for (i = 0; i < IpSnmpInfo.ipsi_numroutes; i++) in test_IP_MIB_STATS()
/reactos/sdk/include/psdk/
H A Dtcpioctl.h157 ULONG ipsi_numroutes; member
/reactos/dll/win32/iphlpapi/
H A Dipstats_reactos.c144 entry->ipsi_numroutes); in tdiGetMibForIpEntity()
400 numRoutes += isnmp.ipsi_numroutes; in getNumRoutes()
466 snmpInfo.ipsi_numroutes); in getRouteTable()
/reactos/drivers/network/tcpip/tcpip/
H A Dninfo.c170 SnmpInfo.ipsi_numroutes = RouteCount; in InfoTdiQueryGetIPSnmpInfo()