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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.c561 EFI_ARP_CONFIG_DATA ArpConfig; local
621 ArpConfig.SwAddressType = IP4_ETHER_PROTO;
622 ArpConfig.SwAddressLength = 4;
623 ArpConfig.StationAddress = &IpAddr;
624 ArpConfig.EntryTimeOut = 0;
625 ArpConfig.RetryCount = 0;
626 ArpConfig.RetryTimeOut = 0;
628 Status = Interface->Arp->Configure (Interface->Arp, &ArpConfig);

Completed in 70 milliseconds