Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.h48 #define DHCP_MSG_NAK 6 macro
DDhcp4Io.c717 ((Para->DhcpType != DHCP_MSG_ACK) && (Para->DhcpType != DHCP_MSG_NAK)) in DhcpHandleRequest()
729 if (Para->DhcpType == DHCP_MSG_NAK) { in DhcpHandleRequest()
809 ((Para->DhcpType != DHCP_MSG_ACK) && (Para->DhcpType != DHCP_MSG_NAK)) in DhcpHandleRenewRebind()
821 if (Para->DhcpType == DHCP_MSG_NAK) { in DhcpHandleRenewRebind()
888 ((Para->DhcpType != DHCP_MSG_ACK) && (Para->DhcpType != DHCP_MSG_NAK)) in DhcpHandleReboot()
898 if (Para->DhcpType == DHCP_MSG_NAK) { in DhcpHandleReboot()