HomeSort by relevance Sort by last modified time
    Searched refs:UpdatedExtHdrs (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 387 UINT8 *UpdatedExtHdrs;
391 UpdatedExtHdrs = NULL;
433 &UpdatedExtHdrs
441 UpdatedExtHdrs,
445 FreePool (UpdatedExtHdrs);
521 UINT8 *UpdatedExtHdrs;
755 UpdatedExtHdrs = NULL;
785 &UpdatedExtHdrs
797 ExtHdrs = UpdatedExtHdrs;
938 if (UpdatedExtHdrs != NULL) {
    [all...]
Ip6Option.h 116 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
Ip6Option.c 600 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 1082 milliseconds