Searched refs:TdiType (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/wshtcpip/ |
H A D | wshtcpip.c | 164 _Out_ PULONG TdiType, in GetTdiTypeId() argument 170 *TdiType = INFO_TYPE_ADDRESS_OBJECT; in GetTdiTypeId() 183 *TdiType = INFO_TYPE_ADDRESS_OBJECT; in GetTdiTypeId() 210 *TdiType = INFO_TYPE_CONNECTION; in GetTdiTypeId() 225 *TdiType = 0; in GetTdiTypeId() 669 ULONG TdiType, TdiId; in WSHSetSocketInformation() local 743 GetTdiTypeId(Level, OptionName, &TdiType, &TdiId); in WSHSetSocketInformation() 744 ASSERT((TdiId != 0) && (TdiType != 0)); in WSHSetSocketInformation() 753 Info->ID.toi_type = TdiType; in WSHSetSocketInformation()
|
H A D | iflist.c | 231 ULONG BufLenNeeded, BufLen, IFEntryLen, TdiType; in WSHIoctl_GetInterfaceList() local 380 res = GetTdiEntityType(TcpFile, pEntityID, &TdiType); in WSHIoctl_GetInterfaceList() 384 if (TdiType != IF_MIB) in WSHIoctl_GetInterfaceList()
|