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

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Option.c 239 @param[in] ExtHdrs The first byte of the option.
244 Header when we received, of the ExtHdrs.
264 IN UINT8 *ExtHdrs,
299 if (ExtHdrs == NULL && ExtHdrsLen == 0) {
303 if ((ExtHdrs == NULL && ExtHdrsLen != 0) || (ExtHdrs != NULL && ExtHdrsLen == 0)) {
360 NextHeader = ExtHdrs + Offset;
364 Option = ExtHdrs + Offset;
386 NextHeader = ExtHdrs + Offset;
447 FragmentHead = (IP6_FRAGMENT_HEADER *) (ExtHdrs + Offset);
    [all...]
Ip6Option.h 59 @param[in] ExtHdrs The first byte of the option.
64 Header when we received, of the ExtHdrs.
84 IN UINT8 *ExtHdrs,
121 @param[in] ExtHdrs The length of the original extension header.
124 @param[out] UpdatedExtHdrs The updated ExtHdrs with Fragment header inserted.
129 @retval EFI_UNSUPPORTED The extension header specified in ExtHdrs is not
139 IN UINT8 *ExtHdrs,
151 @param[in] ExtHdrs The length of the original extension header.
165 IN UINT8 *ExtHdrs,
Ip6Output.c 362 @param[in] ExtHdrs The length of the original extension header.
378 IN UINT8 *ExtHdrs,
430 ExtHdrs,
465 @param[in] ExtHdrs The extension headers to append to the IPv6 basic
488 IN UINT8 *ExtHdrs,
546 ExtHdrs,
646 &ExtHdrs,
664 ExtHdrs,
782 ExtHdrs,
791 if ((ExtHdrs == NULL) && (ExtHdrsLen == 0)) {
    [all...]
Ip6Output.h 77 @param[in] ExtHdrs The extension headers to append to the IPv6 basic
100 IN UINT8 *ExtHdrs,
Ip6Input.h 148 @param[in, out] ExtHdrs The caller-supplied options.
169 IN OUT UINT8 **ExtHdrs,
Ip6Impl.c     [all...]
Ip6Input.c 488 @param[in, out] ExtHdrs The caller-supplied options.
509 IN OUT UINT8 **ExtHdrs,
609 (VOID **) ExtHdrs,
710 if (*ExtHdrs != NULL) {
712 CopyMem (Buf, *ExtHdrs, *ExtHdrsLen);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecImpl.c 879 @param[in] ExtHdrs The first bye of the option.
893 IN UINT8 *ExtHdrs,
912 if (ExtHdrs == NULL && ExtHdrsLen == 0) {
916 if ((ExtHdrs == NULL && ExtHdrsLen != 0) || (ExtHdrs != NULL && ExtHdrsLen == 0)) {
945 NextHeader = ExtHdrs + Pointer;
948 Option = ExtHdrs + Pointer;
967 NextHeader = ExtHdrs + Pointer;
976 Option = ExtHdrs + Pointer;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 492 /// ExtHdrs.
498 /// ExtHdrs. Ignored if ExtHdrsLength is zero.
500 VOID *ExtHdrs;
502 /// The protocol of first extension header in ExtHdrs. Ignored if
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.c 153 if (TxData->ExtHdrs != NULL) {
154 FreePool (TxData->ExtHdrs);
386 TxData->ExtHdrs = NULL;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 347 if (Ip6TxData->ExtHdrs != NULL) {
348 FreePool (Ip6TxData->ExtHdrs);
611 ((EFI_IP6_TRANSMIT_DATA*)TxData)->ExtHdrs = NULL;
    [all...]
  /external/syslinux/efi32/include/efi/
efiip.h 379 VOID *ExtHdrs;
  /external/syslinux/efi64/include/efi/
efiip.h 379 VOID *ExtHdrs;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiip.h 379 VOID *ExtHdrs;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 734 Ip6TxData->ExtHdrs = NULL;
    [all...]

Completed in 351 milliseconds