Searched refs:UpdatedExtHdrs (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Output.c387 UINT8 *UpdatedExtHdrs; local
431 &UpdatedExtHdrs
439 UpdatedExtHdrs,
443 FreePool (UpdatedExtHdrs);
519 UINT8 *UpdatedExtHdrs; local
753 UpdatedExtHdrs = NULL;
783 &UpdatedExtHdrs
795 ExtHdrs = UpdatedExtHdrs;
936 if (UpdatedExtHdrs != NULL) {
937 FreePool (UpdatedExtHdrs);
[all...]
H A DIp6Option.h116 Insert a Fragment Header to the Extension headers and output it in UpdatedExtHdrs.
124 @param[out] UpdatedExtHdrs The updated ExtHdrs with Fragment header inserted.
142 OUT UINT8 **UpdatedExtHdrs
H A DIp6Option.c600 Insert a Fragment Header to the Extension headers and output it in UpdatedExtHdrs.
608 @param[out] UpdatedExtHdrs The updated ExtHdrs with Fragment header inserted.
626 OUT UINT8 **UpdatedExtHdrs
638 if (UpdatedExtHdrs == NULL) {
754 *UpdatedExtHdrs = Buffer;

Completed in 104 milliseconds