Lines Matching defs:adapter
750 IP_ADAPTER_ADDRESSES* adapter;
833 * adapter data is too big.
850 for (adapter = win_address_buf;
851 adapter != NULL;
852 adapter = adapter->Next) {
859 if (adapter->OperStatus != IfOperStatusUp ||
860 adapter->FirstUnicastAddress == NULL)
866 adapter->FriendlyName,
881 adapter->FirstUnicastAddress;
889 /* Allocate space to store interface data plus adapter names. */
902 for (adapter = win_address_buf;
903 adapter != NULL;
904 adapter = adapter->Next) {
909 if (adapter->OperStatus != IfOperStatusUp ||
910 adapter->FirstUnicastAddress == NULL)
919 adapter->FriendlyName,
933 adapter->FirstUnicastAddress;
947 * single prefix for each IP address assigned to the adapter.
954 for (prefix = adapter->FirstPrefix; prefix; prefix = prefix->Next) {
977 if (adapter->PhysicalAddressLength == sizeof(uv_address->phys_addr)) {
979 adapter->PhysicalAddress,
984 (adapter->IfType == IF_TYPE_SOFTWARE_LOOPBACK);