Home
last modified time | relevance | path

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

/reactos/dll/win32/iphlpapi/
H A Droute_reactos.c44 status = getNthIpEntity( tcpFile, pRoute->dwForwardIfIndex, &id ); in createIpForwardEntry()
109 status = getNthIpEntity( tcpFile, pRoute->dwForwardIfIndex, &id ); in deleteIpForwardEntry()
H A Diphlpapi_private.h144 NTSTATUS getNthIpEntity( HANDLE tcpFile, DWORD index, TDIEntityID *ent );
H A Dipstats_reactos.c65 NTSTATUS getNthIpEntity( HANDLE tcpFile, DWORD index, TDIEntityID *ent ) { in getNthIpEntity() function
453 getNthIpEntity(tcpFile, i, &ent); in getRouteTable()
H A Difenum_reactos.c188 status = getNthIpEntity( tcpFile, curInterf, &ip_ent ); in getInterfaceInfoSet()
H A Diphlpapi_main.c2845 if (!NT_SUCCESS(getNthIpEntity( tcpFile, pArpEntry->dwIndex, &id ))) in SetIpNetEntry()