Searched defs:IpCount (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c755 @param[in] IpCount The count of the server address.
771 IN UINT16 IpCount,
790 IpCount,
765 PxeBcDiscoverBootServer( IN PXEBC_PRIVATE_DATA *Private, IN UINT16 Type, IN UINT16 *Layer, IN BOOLEAN UseBis, IN EFI_IP_ADDRESS *DestIp, IN UINT16 IpCount, IN EFI_PXE_BASE_CODE_SRVLIST *SrvList ) argument
H A DPxeBcDhcp4.c1260 @param[in] IpCount The total count of the server address.
1276 IN UINT16 IpCount,
1441 while (SrvIndex < IpCount) {
1452 if ((IpCount != SrvIndex) || (IpCount == 0)) {
1270 PxeBcDhcp4Discover( IN PXEBC_PRIVATE_DATA *Private, IN UINT16 Type, IN UINT16 *Layer, IN BOOLEAN UseBis, IN EFI_IP_ADDRESS *DestIp, IN UINT16 IpCount, IN EFI_PXE_BASE_CODE_SRVLIST *SrvList ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1083 @param IpCount The total count of the server ip address
1101 IN UINT16 IpCount,
1246 while (SrvIndex < IpCount) {
1259 if ((IpCount != SrvIndex) || (IpCount == 0)) {
1095 PxeBcDiscvBootService( IN PXEBC_PRIVATE_DATA * Private, IN UINT16 Type, IN UINT16 *Layer, IN BOOLEAN UseBis, IN EFI_IP_ADDRESS * DestIp, IN UINT16 IpCount, IN EFI_PXE_BASE_CODE_SRVLIST * SrvList, IN BOOLEAN IsDiscv, OUT EFI_DHCP4_PACKET * Reply OPTIONAL ) argument

Completed in 57 milliseconds