Lines Matching defs:adapter
660 IP_ADAPTER_ADDRESSES* adapter;
730 * adapter data is too big.
747 for (adapter = win_address_buf;
748 adapter != NULL;
749 adapter = adapter->Next) {
756 if (adapter->OperStatus != IfOperStatusUp ||
757 adapter->FirstUnicastAddress == NULL)
761 name_size = uv_utf16_length_as_wtf8(adapter->FriendlyName, -1);
767 adapter->FirstUnicastAddress;
775 /* Allocate space to store interface data plus adapter names. */
788 for (adapter = win_address_buf;
789 adapter != NULL;
790 adapter = adapter->Next) {
795 if (adapter->OperStatus != IfOperStatusUp ||
796 adapter->FirstUnicastAddress == NULL)
801 r = uv__copy_utf16_to_utf8(adapter->FriendlyName,
814 adapter->FirstUnicastAddress;
829 if (adapter->PhysicalAddressLength == sizeof(uv_address->phys_addr)) {
831 adapter->PhysicalAddress,
836 (adapter->IfType == IF_TYPE_SOFTWARE_LOOPBACK);