Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c634 ((Para->DhcpType != DHCP_MSG_OFFER) || (Para->ServerId == 0)) in DhcpHandleSelect()
713 ((Para->DhcpType != DHCP_MSG_ACK) && (Para->DhcpType != DHCP_MSG_NAK)) in DhcpHandleRequest()
725 if (Para->DhcpType == DHCP_MSG_NAK) { in DhcpHandleRequest()
805 ((Para->DhcpType != DHCP_MSG_ACK) && (Para->DhcpType != DHCP_MSG_NAK)) in DhcpHandleRenewRebind()
817 if (Para->DhcpType == DHCP_MSG_NAK) { in DhcpHandleRenewRebind()
884 ((Para->DhcpType != DHCP_MSG_ACK) && (Para->DhcpType != DHCP_MSG_NAK)) in DhcpHandleReboot()
894 if (Para->DhcpType == DHCP_MSG_NAK) { in DhcpHandleReboot()
DDhcp4Io.h59 #define DHCP_IS_BOOTP(Parameter) (((Parameter) == NULL) || ((Parameter)->DhcpType == 0))
DDhcp4Option.h79 UINT8 DhcpType; // DHCP4_TAG_MSG_TYPE member
DDhcp4Option.c275 Para->DhcpType = *Data; in DhcpGetParameter()
277 if ((Para->DhcpType < 1) || (Para->DhcpType > 9)) { in DhcpGetParameter()