Searched refs:CL_NL_ENTITY (Results 1 – 9 of 9) sorted by relevance
/reactos/drivers/network/tcpip/tcpip/ |
H A D | info.c | 285 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 D | iinfo.c | 165 AddEntity(CL_NL_ENTITY, Interface, CL_NL_IP); in InsertTDIInterfaceEntity()
|
/reactos/dll/win32/iphlpapi/ |
H A D | route_reactos.c | 51 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 D | ipstats_reactos.c | 61 return (ent->tei_entity == CL_NL_ENTITY || in isIpEntity() 160 CL_NL_ENTITY, in tdiGetRoutesForIpEntity() 181 CL_NL_ENTITY, in tdiGetIpAddrsForIpEntity()
|
H A D | address.c | 622 if ((InterfacesList[i].tei_entity == CL_NL_ENTITY) in GetAdaptersAddresses()
|
/reactos/modules/rosapps/applications/net/tditest/tditest/ |
H A D | tditest.c | 376 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 D | tdiinfo.h | 42 #define CL_NL_ENTITY 0x301 macro
|
/reactos/drivers/network/afd/afd/ |
H A D | tdi.c | 816 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 D | iflist.c | 272 if ( (pEntityID->tei_entity != CL_NL_ENTITY) && in WSHIoctl_GetInterfaceList()
|