Searched refs:cbAdapters (Results 1 – 1 of 1) sorted by relevance
283 ULONG cbAdapters; in AllSysInfo() local611 cbAdapters = 4096; in AllSysInfo()612 pAdapters = malloc(cbAdapters); in AllSysInfo()613 …while((dwResult = GetAdaptersAddresses(AF_UNSPEC, 0x0002, NULL, pAdapters, &cbAdapters)) == ERROR_… in AllSysInfo()615 cbAdapters += 4096; in AllSysInfo()616 pAdapters = (PIP_ADAPTER_ADDRESSES)realloc(pAdapters, cbAdapters); in AllSysInfo()