Searched refs:NewPacket (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c76 @param[out] NewPacket The user's return new packet
88 OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
94 if (NewPacket != NULL) {
95 *NewPacket = NULL;
121 NewPacket
515 EFI_DHCP4_PACKET *NewPacket; local
526 NewPacket = NULL;
527 Status = DhcpCallUser (DhcpSb, Dhcp4SelectOffer, DhcpSb->LastOffer, &NewPacket);
535 if ((NewPacket != NULL) && !EFI_ERROR (DhcpValidateOptions (NewPacket, NUL
1172 EFI_DHCP4_PACKET *NewPacket; local
[all...]
H A DDhcp4Option.h315 appended. The caller should free the NewPacket when finished using it.
322 @param[out] NewPacket The new packet, allocated and built by this
337 OUT EFI_DHCP4_PACKET **NewPacket
H A DDhcp4Impl.c246 @param[out] NewPacket Pointer to storage for the pointer to the new allocated packet.
264 OUT EFI_DHCP4_PACKET **NewPacket
1123 @param[out] NewPacket Pointer to storage for the pointer to the new allocated packet.
1141 OUT EFI_DHCP4_PACKET **NewPacket
1147 if ((This == NULL) || (NewPacket == NULL)) {
1170 NewPacket
H A DDhcp4Option.c768 appended. The caller should free the NewPacket when finished using it.
775 @param[out] NewPacket The new packet, allocated and built by this
790 OUT EFI_DHCP4_PACKET **NewPacket
886 *NewPacket = Packet;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h228 @param NewPacket The packet that is used to replace the above Packet.
249 OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
657 @param NewPacket The pointer to storage for the pointer to the new allocated packet.
669 NewPacket is NULL
671 NewPacket is not NULL.
683 OUT EFI_DHCP4_PACKET **NewPacket
H A DDhcp6.h313 @param[out] NewPacket Pointer to the new DHCPv6 packet to overwrite the Packet. NewPacket can not
314 share the buffer with Packet. If *NewPacket is not NULL, the EFI DHCPv6
330 OUT EFI_DHCP6_PACKET **NewPacket OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Input.c229 NET_BUF *NewPacket; local
408 NewPacket = NetbufFromBufList (
416 if (NewPacket == NULL) {
421 NewPacket->Ip.Ip4 = Assemble->Head;
426 IP4_GET_CLIP_INFO (NewPacket),
428 sizeof (*IP4_GET_CLIP_INFO (NewPacket))
431 return NewPacket;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Input.c178 NET_BUF *NewPacket; local
422 NewPacket = NetbufFromBufList (
430 if (NewPacket == NULL) {
435 NewPacket->Ip.Ip6 = Assemble->Head;
437 CopyMem (IP6_GET_CLIP_INFO (NewPacket), Assemble->Info, sizeof (IP6_CLIP_INFO));
439 return NewPacket;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.h361 @param NewPacket The packet that is used to replace the above Packet.
379 OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
H A DPxeBcDhcp.c765 @param NewPacket The packet that is used to replace the above Packet.
783 OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
889 *NewPacket = &Private->Dhcp4Offers[Private->SelectedOffer - 1].Packet.Offer;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c1393 @param[out] NewPacket The packet that is used to replace the Packet above.
1409 OUT EFI_DHCP6_PACKET **NewPacket OPTIONAL
1502 ASSERT (NewPacket != NULL);
1504 *NewPacket = AllocateZeroPool (SelectAd->Size);
1505 ASSERT (*NewPacket != NULL);
1506 CopyMem (*NewPacket, SelectAd, SelectAd->Size);
H A DPxeBcDhcp4.c1113 @param[out] NewPacket The packet that is used to replace the above Packet.
1131 OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
1230 *NewPacket = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp4.Packet.Offer;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c179 @param[out] NewPacket The packet used to replace the above Packet.
194 OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c196 @param[out] NewPacket The packet used to replace the above Packet.
212 OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c464 EFI_DHCP6_PACKET *NewPacket; local
472 NewPacket = NULL;
488 &NewPacket
493 if (NewPacket != NULL) {
496 *Packet = NewPacket;

Completed in 330 milliseconds