Searched refs:Dhcp (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Driver.c | 609 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 D | ipv4.cpp | 690 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 D | Config.cpp | 345 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 D | Config.h | 554 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 D | PxeBaseCode.h | 698 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 D | net.h | 480 } 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 D | PxeBcBoot.c | 831 Status = PxeBc->Dhcp (PxeBc, TRUE);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
H A D | PxeBcImpl.c | 733 // 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 634 milliseconds