Searched refs:Dhcp (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Driver.c609 EFI_DHCP4_PROTOCOL *Dhcp; local
623 (VOID **) &Dhcp,
633 Instance = DHCP_INSTANCE_FROM_THIS (Dhcp);
669 Dhcp
/vbox/src/VBox/Runtime/common/checksum/
H A Dipv4.cpp690 cbLeft = (ssize_t)cbDhcp - RT_OFFSETOF(RTNETBOOTP, bp_vend.Dhcp.dhcp_cookie) + sizeof(pDhcp->bp_vend.Dhcp.dhcp_cookie);
693 if (RT_UNLIKELY(RT_BE2H_U32(pDhcp->bp_vend.Dhcp.dhcp_cookie) != RTNET_DHCP_COOKIE))
697 pOpt = (PCRTNETDHCPOPT)&pDhcp->bp_vend.Dhcp.dhcp_opts[0];
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp345 if (cbDhcpMsg <= RT_UOFFSETOF(RTNETBOOTP, bp_vend.Dhcp.dhcp_opts))
348 if (pDhcpMsg->bp_vend.Dhcp.dhcp_cookie != RT_H2N_U32_C(RTNET_DHCP_COOKIE))
351 size_t cbLeft = cbDhcpMsg - RT_UOFFSETOF(RTNETBOOTP, bp_vend.Dhcp.dhcp_opts);
359 uint8_t const *pb = &pDhcpMsg->bp_vend.Dhcp.dhcp_opts[0];
926 m->BootPReplyMsg.BootPHeader.bp_vend.Dhcp.dhcp_cookie = RT_H2N_U32_C(RTNET_DHCP_COOKIE);
928 memset(&m->BootPReplyMsg.BootPHeader.bp_vend.Dhcp.dhcp_opts[0],
H A DConfig.h554 m_pbCur(&pDhcp->bp_vend.Dhcp.dhcp_opts[0]),
563 Assert(cbDhcp > RT_UOFFSETOF(RTNETBOOTP, bp_vend.Dhcp.dhcp_opts[10]));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPxeBaseCode.h698 Dhcp(), Discover(), and Mtftp() set the IP filter, and return with the IP receive
912 EFI_PXE_BASE_CODE_DHCP Dhcp; member in struct:_EFI_PXE_BASE_CODE_PROTOCOL
/vbox/include/iprt/
H A Dnet.h480 } Dhcp; member in union:RTNETBOOTP::__anon470
499 /** The normal size of RTNETBOOTP::bp_vend::Dhcp::dhcp_opts. */
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c831 Status = PxeBc->Dhcp (PxeBc, TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c733 // Dhcp(), Discover(), and Mtftp() set the IP filter, and return with the IP
1049 // Dhcp(), Discover(), and Mtftp() set the IP filter, and return with the IP
1289 // Dhcp(), Discover(), and Mtftp() set the IP filter, and return with the IP
1880 Dhcp(), Discover(), and Mtftp() set the IP filter, and return with the IP receive
2619 Status = PxeBc->Dhcp (PxeBc, TRUE);

Completed in 967 milliseconds