Searched refs:getNthIpEntity (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/iphlpapi/ |
H A D | route_reactos.c | 44 status = getNthIpEntity( tcpFile, pRoute->dwForwardIfIndex, &id ); in createIpForwardEntry() 109 status = getNthIpEntity( tcpFile, pRoute->dwForwardIfIndex, &id ); in deleteIpForwardEntry()
|
H A D | iphlpapi_private.h | 144 NTSTATUS getNthIpEntity( HANDLE tcpFile, DWORD index, TDIEntityID *ent );
|
H A D | ipstats_reactos.c | 65 NTSTATUS getNthIpEntity( HANDLE tcpFile, DWORD index, TDIEntityID *ent ) { in getNthIpEntity() function 453 getNthIpEntity(tcpFile, i, &ent); in getRouteTable()
|
H A D | ifenum_reactos.c | 188 status = getNthIpEntity( tcpFile, curInterf, &ip_ent ); in getInterfaceInfoSet()
|
H A D | iphlpapi_main.c | 2845 if (!NT_SUCCESS(getNthIpEntity( tcpFile, pArpEntry->dwIndex, &id ))) in SetIpNetEntry()
|