OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserOptionLen
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h
121
UINT32
UserOptionLen
;
Dhcp4Impl.c
701
DhcpSb->
UserOptionLen
= 0;
704
DhcpSb->
UserOptionLen
+= Dhcp4CfgData->OptionList[Index]->Length + 2;
[
all
...]
Dhcp4Io.c
1186
Len = sizeof (EFI_DHCP4_PACKET) + 128 + DhcpSb->
UserOptionLen
;
[
all
...]
Completed in 533 milliseconds