Lines Matching defs:networkAdapter
8791 * @param networkAdapter the network adapter which attachment should be reset
8798 HRESULT Console::i_attachToTapInterface(INetworkAdapter *networkAdapter)
8807 networkAdapter->COMGETTER(AttachmentType)(&attachment);
8814 rc = networkAdapter->COMGETTER(Slot)(&slot);
8832 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
8907 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
8961 * @param networkAdapter the network adapter which attachment should be reset
8968 HRESULT Console::i_detachFromTapInterface(INetworkAdapter *networkAdapter)
8978 networkAdapter->COMGETTER(AttachmentType)(&attachment);
8983 rc = networkAdapter->COMGETTER(Slot)(&slot);
8994 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());