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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c22 DHCP_OPTION_FORMAT DhcpOptionFormats[] = { variable
112 Binary search the DhcpOptionFormats array to find the format
130 Right = sizeof (DhcpOptionFormats) / sizeof (DHCP_OPTION_FORMAT) - 1;
135 if (Tag == DhcpOptionFormats[Middle].Tag) {
136 return &DhcpOptionFormats[Middle];
139 if (Tag < DhcpOptionFormats[Middle].Tag) {

Completed in 33 milliseconds