TianoCore EDK2 master
Loading...
Searching...
No Matches
Dhcp6IoGoogleTest.h
Go to the documentation of this file.
1
8#ifndef DHCP6_IO_GOOGLE_TEST_H_
9#define DHCP6_IO_GOOGLE_TEST_H_
10
12// These are the functions that are being unit tested
14
15#include <Uefi.h>
16
31 UINT16 IaType,
32 UINT8 *Option,
33 UINT32 OptionLen,
34 UINT8 **IaInnerOpt,
35 UINT16 *IaInnerLen
36 );
37
53 IN DHCP6_INSTANCE *Instance,
54 IN EFI_DHCP6_PACKET *Packet,
55 OUT UINT8 **Option
56 );
57
58#endif // DHCP6_IO_GOOGLE_TEST_H
EFI_STATUS Dhcp6SeekInnerOptionSafe(UINT16 IaType, UINT8 *Option, UINT32 OptionLen, UINT8 **IaInnerOpt, UINT16 *IaInnerLen)
EFI_STATUS Dhcp6SeekStsOption(IN DHCP6_INSTANCE *Instance, IN EFI_DHCP6_PACKET *Packet, OUT UINT8 **Option)
Definition: Dhcp6Io.c:796
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29