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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c1182 UINT16 MaxMsg; local
1292 MaxMsg = HTONS (0xFF00);
1293 Buf = DhcpAppendOption (Buf, DHCP_TAG_MAXMSG, 2, (UINT8 *) &MaxMsg);

Completed in 34 milliseconds