Searched refs:UserOptionLen (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.h122 UINT32 UserOptionLen; member in struct:_DHCP_SERVICE
H A DDhcp4Impl.c703 DhcpSb->UserOptionLen = 0;
706 DhcpSb->UserOptionLen += Dhcp4CfgData->OptionList[Index]->Length + 2;
H A DDhcp4Io.c1189 Len = sizeof (EFI_DHCP4_PACKET) + 128 + DhcpSb->UserOptionLen;
1307 if (DhcpSb->UserOptionLen != 0) {

Completed in 65 milliseconds