Searched defs:lanSettings (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp477 * lanSettings reference to a pre allocated struct which will hold the lan settings. (OUT)
482 AMT_STATUS PTHICommand::GetLanInterfaceSettings(UINT32 interfaceSettings, LAN_SETTINGS &lanSettings) argument
500 lanSettings.Enabled = tmp_response->Enabled;
501 lanSettings.Ipv4Address = tmp_response->Ipv4Address;
502 lanSettings.DhcpEnabled = tmp_response->DhcpEnabled;
503 lanSettings.DhcpIpMode = tmp_response->DhcpIpMode;
504 lanSettings.LinkStatus = tmp_response->LinkStatus;
505 memcpy(lanSettings.MacAddress, tmp_response->MacAddress, sizeof(tmp_response->MacAddress));

Completed in 61 milliseconds