Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/tcpip/
H A Dinfo.c285 else if (ID->toi_entity.tei_entity == CL_NL_ENTITY || in InfoTdiQueryInformationEx()
303 if (ID->toi_entity.tei_entity == CL_NL_ENTITY || in InfoTdiQueryInformationEx()
330 ID->toi_entity.tei_entity == CL_NL_ENTITY) in InfoTdiQueryInformationEx()
434 else if (ID->toi_entity.tei_entity == CL_NL_ENTITY in InfoTdiSetInformationEx()
H A Diinfo.c165 AddEntity(CL_NL_ENTITY, Interface, CL_NL_IP); in InsertTDIInterfaceEntity()
/reactos/dll/win32/iphlpapi/
H A Droute_reactos.c51 req.Req.ID.toi_entity.tei_entity = CL_NL_ENTITY; in createIpForwardEntry()
116 req.Req.ID.toi_entity.tei_entity = CL_NL_ENTITY; in deleteIpForwardEntry()
H A Dipstats_reactos.c61 return (ent->tei_entity == CL_NL_ENTITY || in isIpEntity()
160 CL_NL_ENTITY, in tdiGetRoutesForIpEntity()
181 CL_NL_ENTITY, in tdiGetIpAddrsForIpEntity()
H A Daddress.c622 if ((InterfacesList[i].tei_entity == CL_NL_ENTITY) in GetAdaptersAddresses()
/reactos/modules/rosapps/applications/net/tditest/tditest/
H A Dtditest.c376 if (Entities[i].tei_entity == CL_NL_ENTITY) in TdiQueryAddress()
382 CL_NL_ENTITY, /* Entity */ in TdiQueryAddress()
400 CL_NL_ENTITY, /* Entity */ in TdiQueryAddress()
427 CL_NL_ENTITY, /* Entity */ in TdiQueryAddress()
/reactos/sdk/include/psdk/
H A Dtdiinfo.h42 #define CL_NL_ENTITY 0x301 macro
/reactos/drivers/network/afd/afd/
H A Dtdi.c816 if (Entities[i].tei_entity == CL_NL_ENTITY) { in TdiQueryAddress()
821 CL_NL_ENTITY, /* Entity */ in TdiQueryAddress()
837 CL_NL_ENTITY, /* Entity */ in TdiQueryAddress()
862 CL_NL_ENTITY, /* Entity */ in TdiQueryAddress()
/reactos/dll/win32/wshtcpip/
H A Diflist.c272 if ( (pEntityID->tei_entity != CL_NL_ENTITY) && in WSHIoctl_GetInterfaceList()