Home
last modified time | relevance | path

Searched refs:MaxMsg (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c1179 UINT16 MaxMsg; in DhcpSendMessage() local
1289 MaxMsg = HTONS (0xFF00); in DhcpSendMessage()
1290 Buf = DhcpAppendOption (Buf, DHCP4_TAG_MAXMSG, 2, (UINT8 *) &MaxMsg); in DhcpSendMessage()