Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/tcpip/
H A Dinfo.c37 EntityList[EntityCount].tei_entity = EntityType; in AddEntity()
38 EntityList[EntityCount].tei_instance = Instance; in AddEntity()
39 EntityList[EntityCount].context = Context; in AddEntity()
40 EntityList[EntityCount].flags = Flags; in AddEntity()
54 if( EntityList[i].context == Context ) { in RemoveEntityByContext()
56 memcpy( &EntityList[i], in RemoveEntityByContext()
57 &EntityList[--EntityCount], in RemoveEntityByContext()
58 sizeof(EntityList[i]) ); in RemoveEntityByContext()
90 Context = EntityList[i].context; in GetContext()
134 Flags = EntityList[i].flags; in InfoTdiQueryEntityType()
[all …]
H A Dninfo.c75 if (EntityList[i].context == IF) in InfoTdiQueryGetRouteTable()
79 RtCurrent->Index = EntityList[i].tei_instance; in InfoTdiQueryGetRouteTable()
114 if (EntityList[i].tei_entity == ID.tei_entity && in InfoTdiQueryGetAddrTable()
115 EntityList[i].tei_instance == ID.tei_instance) in InfoTdiQueryGetAddrTable()
132 CurrentIF = EntityList[i].context; in InfoTdiQueryGetAddrTable()
H A Dmain.c27 TDIEntityInfo *EntityList = NULL; variable
829 if (EntityList)
830 ExFreePoolWithTag(EntityList, TDI_ENTITY_TAG);
908 EntityList = ExAllocatePoolWithTag(NonPagedPool,
911 if (!EntityList) {
/reactos/dll/win32/iphlpapi/
H A Daddress.c19 _Out_ TDIEntityID **EntityList, in GetInterfacesList() argument
58 *EntityList = HeapAlloc(GetProcessHeap(), 0, BufferSize); in GetInterfacesList()
59 if (!*EntityList) in GetInterfacesList()
72 *EntityList, in GetInterfacesList()
84 HeapFree(GetProcessHeap(), 0, *EntityList); in GetInterfacesList()
/reactos/drivers/network/tcpip/include/
H A Dtcpip.h169 extern TDIEntityInfo *EntityList;