TianoCore EDK2 master
Loading...
Searching...
No Matches
Dhcp6Impl.h File Reference

Go to the source code of this file.

Data Structures

struct  _DHCP6_IA_CB
 
struct  _DHCP6_TX_CB
 
struct  _DHCP6_INF_CB
 
struct  _DHCP6_INSTANCE
 
struct  _DHCP6_SERVICE
 

Macros

#define DHCP6_SERVICE_SIGNATURE   SIGNATURE_32 ('D', 'H', '6', 'S')
 
#define DHCP6_INSTANCE_SIGNATURE   SIGNATURE_32 ('D', 'H', '6', 'I')
 
#define DHCP6_PACKET_ALL   0
 
#define DHCP6_PACKET_STATEFUL   1
 
#define DHCP6_PACKET_STATELESS   2
 
#define DHCP6_BASE_PACKET_SIZE   1024
 
#define DHCP6_PORT_CLIENT   546
 
#define DHCP6_PORT_SERVER   547
 
#define DHCP_CHECK_MEDIA_WAITING_TIME   EFI_TIMER_PERIOD_SECONDS(20)
 
#define DHCP6_INSTANCE_FROM_THIS(Instance)   CR ((Instance), DHCP6_INSTANCE, Dhcp6, DHCP6_INSTANCE_SIGNATURE)
 
#define DHCP6_SERVICE_FROM_THIS(Service)   CR ((Service), DHCP6_SERVICE, ServiceBinding, DHCP6_SERVICE_SIGNATURE)
 
#define DHCP6_SIZE_OF_OPT_CODE   (sizeof (((EFI_DHCP6_PACKET_OPTION *)0)->OpCode))
 
#define DHCP6_SIZE_OF_OPT_LEN   (sizeof (((EFI_DHCP6_PACKET_OPTION *)0)->OpLen))
 
#define DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN
 
#define DHCP6_OFFSET_OF_OPT_LEN(a)   (a + DHCP6_SIZE_OF_OPT_CODE)
 
#define DHCP6_OFFSET_OF_OPT_DATA(a)   (a + DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN)
 
#define DHCP6_SIZE_OF_IAID   (sizeof(UINT32))
 
#define DHCP6_SIZE_OF_TIME_INTERVAL   (sizeof(UINT32))
 
#define DHCP6_SIZE_OF_COMBINED_IAID_T1_T2
 
#define DHCP6_MIN_SIZE_OF_IA_TA
 
#define DHCP6_OFFSET_OF_IA_TA_INNER_OPT(a)   (a + DHCP6_MIN_SIZE_OF_IA_TA)
 
#define DHCP6_MIN_SIZE_OF_IA_NA
 
#define DHCP6_OFFSET_OF_IA_NA_INNER_OPT(a)   (a + DHCP6_MIN_SIZE_OF_IA_NA)
 
#define DHCP6_OFFSET_OF_IA_NA_T1(a)
 
#define DHCP6_OFFSET_OF_IA_NA_T2(a)
 
#define DHCP6_OFFSET_OF_STATUS_CODE(a)   (a + DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN)
 

Typedefs

typedef struct _DHCP6_IA_CB DHCP6_IA_CB
 
typedef struct _DHCP6_INF_CB DHCP6_INF_CB
 
typedef struct _DHCP6_TX_CB DHCP6_TX_CB
 
typedef struct _DHCP6_SERVICE DHCP6_SERVICE
 
typedef struct _DHCP6_INSTANCE DHCP6_INSTANCE
 

Functions

 STATIC_ASSERT (DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN==4, "Combined size of Code and Length must be 4 per RFC 8415")
 
 STATIC_ASSERT (DHCP6_OFFSET_OF_OPT_LEN(0)==2, "Offset of length is + 2 past start of option")
 
 STATIC_ASSERT (DHCP6_OFFSET_OF_OPT_DATA(0)==4, "Offset to option data should be +4 from start of option")
 
 STATIC_ASSERT (DHCP6_SIZE_OF_COMBINED_IAID_T1_T2==12, "Combined size of IAID, T1, T2 must be 12 per RFC 8415")
 
 STATIC_ASSERT (DHCP6_MIN_SIZE_OF_IA_TA==8, "Minimum combined size of IA_TA per RFC 8415")
 
 STATIC_ASSERT (DHCP6_OFFSET_OF_IA_TA_INNER_OPT(0)==8, "Offset of IA_TA Inner option is + 8 past start of option")
 
 STATIC_ASSERT (DHCP6_MIN_SIZE_OF_IA_NA==16, "Minimum combined size of IA_TA per RFC 8415")
 
 STATIC_ASSERT (DHCP6_OFFSET_OF_IA_NA_INNER_OPT(0)==16, "Offset of IA_NA Inner option is + 16 past start of option")
 
 STATIC_ASSERT (DHCP6_OFFSET_OF_IA_NA_T1(0)==8, "Offset of IA_NA Inner option is + 8 past start of option")
 
 STATIC_ASSERT (DHCP6_OFFSET_OF_IA_NA_T2(0)==12, "Offset of IA_NA Inner option is + 12 past start of option")
 
 STATIC_ASSERT (DHCP6_OFFSET_OF_STATUS_CODE(0)==4, "Offset of status is + 4 past start of option")
 
EFI_STATUS EFIAPI EfiDhcp6Start (IN EFI_DHCP6_PROTOCOL *This)
 
EFI_STATUS EFIAPI EfiDhcp6Stop (IN EFI_DHCP6_PROTOCOL *This)
 
EFI_STATUS EFIAPI EfiDhcp6GetModeData (IN EFI_DHCP6_PROTOCOL *This, OUT EFI_DHCP6_MODE_DATA *Dhcp6ModeData OPTIONAL, OUT EFI_DHCP6_CONFIG_DATA *Dhcp6ConfigData OPTIONAL)
 
EFI_STATUS EFIAPI EfiDhcp6Configure (IN EFI_DHCP6_PROTOCOL *This, IN EFI_DHCP6_CONFIG_DATA *Dhcp6CfgData OPTIONAL)
 
EFI_STATUS EFIAPI EfiDhcp6InfoRequest (IN EFI_DHCP6_PROTOCOL *This, IN BOOLEAN SendClientId, IN EFI_DHCP6_PACKET_OPTION *OptionRequest, IN UINT32 OptionCount, IN EFI_DHCP6_PACKET_OPTION *OptionList[] OPTIONAL, IN EFI_DHCP6_RETRANSMISSION *Retransmission, IN EFI_EVENT TimeoutEvent OPTIONAL, IN EFI_DHCP6_INFO_CALLBACK ReplyCallback, IN VOID *CallbackContext OPTIONAL)
 
EFI_STATUS EFIAPI EfiDhcp6RenewRebind (IN EFI_DHCP6_PROTOCOL *This, IN BOOLEAN RebindRequest)
 
EFI_STATUS EFIAPI EfiDhcp6Decline (IN EFI_DHCP6_PROTOCOL *This, IN UINT32 AddressCount, IN EFI_IPv6_ADDRESS *Addresses)
 
EFI_STATUS EFIAPI EfiDhcp6Release (IN EFI_DHCP6_PROTOCOL *This, IN UINT32 AddressCount, IN EFI_IPv6_ADDRESS *Addresses)
 
EFI_STATUS EFIAPI EfiDhcp6Parse (IN EFI_DHCP6_PROTOCOL *This, IN EFI_DHCP6_PACKET *Packet, IN OUT UINT32 *OptionCount, OUT EFI_DHCP6_PACKET_OPTION *PacketOptionList[] OPTIONAL)
 

Variables

EFI_IPv6_ADDRESS mAllDhcpRelayAndServersAddress
 
EFI_DHCP6_PROTOCOL gDhcp6ProtocolTemplate
 

Detailed Description

Dhcp6 internal data structure and definition declaration.

Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Dhcp6Impl.h.

Macro Definition Documentation

◆ DHCP6_BASE_PACKET_SIZE

#define DHCP6_BASE_PACKET_SIZE   1024

Definition at line 52 of file Dhcp6Impl.h.

◆ DHCP6_INSTANCE_FROM_THIS

#define DHCP6_INSTANCE_FROM_THIS (   Instance)    CR ((Instance), DHCP6_INSTANCE, Dhcp6, DHCP6_INSTANCE_SIGNATURE)

Definition at line 59 of file Dhcp6Impl.h.

◆ DHCP6_INSTANCE_SIGNATURE

#define DHCP6_INSTANCE_SIGNATURE   SIGNATURE_32 ('D', 'H', '6', 'I')

Definition at line 46 of file Dhcp6Impl.h.

◆ DHCP6_MIN_SIZE_OF_IA_NA

#define DHCP6_MIN_SIZE_OF_IA_NA
Value:
DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN + \
DHCP6_SIZE_OF_COMBINED_IAID_T1_T2

Definition at line 152 of file Dhcp6Impl.h.

◆ DHCP6_MIN_SIZE_OF_IA_TA

#define DHCP6_MIN_SIZE_OF_IA_TA
Value:
(DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN + \
DHCP6_SIZE_OF_IAID)

Definition at line 137 of file Dhcp6Impl.h.

◆ DHCP6_OFFSET_OF_IA_NA_INNER_OPT

#define DHCP6_OFFSET_OF_IA_NA_INNER_OPT (   a)    (a + DHCP6_MIN_SIZE_OF_IA_NA)

Definition at line 159 of file Dhcp6Impl.h.

◆ DHCP6_OFFSET_OF_IA_NA_T1

#define DHCP6_OFFSET_OF_IA_NA_T1 (   a)
Value:
(a + \
DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN + \
DHCP6_SIZE_OF_IAID)

Definition at line 165 of file Dhcp6Impl.h.

◆ DHCP6_OFFSET_OF_IA_NA_T2

#define DHCP6_OFFSET_OF_IA_NA_T2 (   a)
Value:
(a + \
DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN +\
DHCP6_SIZE_OF_IAID + \
DHCP6_SIZE_OF_TIME_INTERVAL)

Definition at line 173 of file Dhcp6Impl.h.

◆ DHCP6_OFFSET_OF_IA_TA_INNER_OPT

#define DHCP6_OFFSET_OF_IA_TA_INNER_OPT (   a)    (a + DHCP6_MIN_SIZE_OF_IA_TA)

Definition at line 145 of file Dhcp6Impl.h.

◆ DHCP6_OFFSET_OF_OPT_DATA

#define DHCP6_OFFSET_OF_OPT_DATA (   a)    (a + DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN)

Definition at line 95 of file Dhcp6Impl.h.

◆ DHCP6_OFFSET_OF_OPT_LEN

#define DHCP6_OFFSET_OF_OPT_LEN (   a)    (a + DHCP6_SIZE_OF_OPT_CODE)

Definition at line 89 of file Dhcp6Impl.h.

◆ DHCP6_OFFSET_OF_STATUS_CODE

#define DHCP6_OFFSET_OF_STATUS_CODE (   a)    (a + DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN)

Definition at line 199 of file Dhcp6Impl.h.

◆ DHCP6_PACKET_ALL

#define DHCP6_PACKET_ALL   0

Definition at line 48 of file Dhcp6Impl.h.

◆ DHCP6_PACKET_STATEFUL

#define DHCP6_PACKET_STATEFUL   1

Definition at line 49 of file Dhcp6Impl.h.

◆ DHCP6_PACKET_STATELESS

#define DHCP6_PACKET_STATELESS   2

Definition at line 50 of file Dhcp6Impl.h.

◆ DHCP6_PORT_CLIENT

#define DHCP6_PORT_CLIENT   546

Definition at line 54 of file Dhcp6Impl.h.

◆ DHCP6_PORT_SERVER

#define DHCP6_PORT_SERVER   547

Definition at line 55 of file Dhcp6Impl.h.

◆ DHCP6_SERVICE_FROM_THIS

#define DHCP6_SERVICE_FROM_THIS (   Service)    CR ((Service), DHCP6_SERVICE, ServiceBinding, DHCP6_SERVICE_SIGNATURE)

Definition at line 60 of file Dhcp6Impl.h.

◆ DHCP6_SERVICE_SIGNATURE

#define DHCP6_SERVICE_SIGNATURE   SIGNATURE_32 ('D', 'H', '6', 'S')

Definition at line 45 of file Dhcp6Impl.h.

◆ DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN

#define DHCP6_SIZE_OF_COMBINED_CODE_AND_LEN
Value:
(DHCP6_SIZE_OF_OPT_CODE + \
DHCP6_SIZE_OF_OPT_LEN)

Definition at line 80 of file Dhcp6Impl.h.

◆ DHCP6_SIZE_OF_COMBINED_IAID_T1_T2

#define DHCP6_SIZE_OF_COMBINED_IAID_T1_T2
Value:
(DHCP6_SIZE_OF_IAID + \
DHCP6_SIZE_OF_TIME_INTERVAL + \
DHCP6_SIZE_OF_TIME_INTERVAL)

Definition at line 128 of file Dhcp6Impl.h.

◆ DHCP6_SIZE_OF_IAID

#define DHCP6_SIZE_OF_IAID   (sizeof(UINT32))

Definition at line 124 of file Dhcp6Impl.h.

◆ DHCP6_SIZE_OF_OPT_CODE

#define DHCP6_SIZE_OF_OPT_CODE   (sizeof (((EFI_DHCP6_PACKET_OPTION *)0)->OpCode))

Definition at line 76 of file Dhcp6Impl.h.

◆ DHCP6_SIZE_OF_OPT_LEN

#define DHCP6_SIZE_OF_OPT_LEN   (sizeof (((EFI_DHCP6_PACKET_OPTION *)0)->OpLen))

Definition at line 77 of file Dhcp6Impl.h.

◆ DHCP6_SIZE_OF_TIME_INTERVAL

#define DHCP6_SIZE_OF_TIME_INTERVAL   (sizeof(UINT32))

Definition at line 125 of file Dhcp6Impl.h.

◆ DHCP_CHECK_MEDIA_WAITING_TIME

#define DHCP_CHECK_MEDIA_WAITING_TIME   EFI_TIMER_PERIOD_SECONDS(20)

Definition at line 57 of file Dhcp6Impl.h.

Typedef Documentation

◆ DHCP6_IA_CB

typedef struct _DHCP6_IA_CB DHCP6_IA_CB

Definition at line 35 of file Dhcp6Impl.h.

◆ DHCP6_INF_CB

typedef struct _DHCP6_INF_CB DHCP6_INF_CB

Definition at line 36 of file Dhcp6Impl.h.

◆ DHCP6_INSTANCE

Definition at line 39 of file Dhcp6Impl.h.

◆ DHCP6_SERVICE

typedef struct _DHCP6_SERVICE DHCP6_SERVICE

Definition at line 38 of file Dhcp6Impl.h.

◆ DHCP6_TX_CB

typedef struct _DHCP6_TX_CB DHCP6_TX_CB

Definition at line 37 of file Dhcp6Impl.h.

Function Documentation

◆ EfiDhcp6Configure()

EFI_STATUS EFIAPI EfiDhcp6Configure ( IN EFI_DHCP6_PROTOCOL This,
IN EFI_DHCP6_CONFIG_DATA *Dhcp6CfgData  OPTIONAL 
)

Initializes, changes, or resets the operational settings for the Dhcp6 instance.

The Configure() function is used to initialize or clean up the configuration data of the Dhcp6 instance:

  • When Dhcp6CfgData is not NULL and Configure() is called successfully, the configuration data will be initialized in the Dhcp6 instance and the state of the configured IA will be transferred into Dhcp6Init.
  • When Dhcp6CfgData is NULL and Configure() is called successfully, the configuration data will be cleaned up and no IA will be associated with the Dhcp6 instance. To update the configuration data for an Dhcp6 instance, the original data must be cleaned up before setting the new configuration data.
Parameters
[in]ThisThe pointer to the Dhcp6 protocol
[in]Dhcp6CfgDataThe pointer to the EFI_DHCP6_CONFIG_DATA.
Return values
EFI_SUCCESSThe Dhcp6 is configured successfully with the Dhcp6Init state, or cleaned up the original configuration setting.
EFI_ACCESS_DENIEDThe Dhcp6 instance has been already configured when Dhcp6CfgData is not NULL. The Dhcp6 instance has already started the DHCPv6 S.A.R.R when Dhcp6CfgData is NULL.
EFI_INVALID_PARAMETERSome of the parameter is invalid.
EFI_OUT_OF_RESOURCESRequired system resources could not be allocated.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Initializes, changes, or resets the operational settings for the Dhcp6 instance.

The Configure() function is used to initialize or clean up the configuration data of the Dhcp6 instance:

  • When Dhcp6CfgData is not NULL and Configure() is called successfully, the configuration data will be initialized in the Dhcp6 instance, and the state of the configured IA will be transferred into Dhcp6Init.
  • When Dhcp6CfgData is NULL and Configure() is called successfully, the configuration data will be cleaned up and no IA will be associated with the Dhcp6 instance. To update the configuration data for an Dhcp6 instance, the original data must be cleaned up before setting the new configuration data.
Parameters
[in]ThisThe pointer to the Dhcp6 protocol
[in]Dhcp6CfgDataThe pointer to the EFI_DHCP6_CONFIG_DATA.
Return values
EFI_SUCCESSThe Dhcp6 is configured successfully with the Dhcp6Init state, or cleaned up the original configuration setting.
EFI_ACCESS_DENIEDThe Dhcp6 instance was already configured. The Dhcp6 instance has already started the DHCPv6 S.A.R.R when Dhcp6CfgData is NULL.
EFI_INVALID_PARAMETERSome of the parameter is invalid.
EFI_OUT_OF_RESOURCESRequired system resources could not be allocated.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Definition at line 411 of file Dhcp6Impl.c.

◆ EfiDhcp6Decline()

EFI_STATUS EFIAPI EfiDhcp6Decline ( IN EFI_DHCP6_PROTOCOL This,
IN UINT32  AddressCount,
IN EFI_IPv6_ADDRESS Addresses 
)

Inform that one or more addresses assigned by a server are already in use by another node.

The Decline() function is used to manually decline the assignment of IPv6 addresses, which have been already used by another node. If all IPv6 addresses of the configured IA are declined through this function, the state of the IA will switch through Dhcp6Declining to Dhcp6Init. Otherwise, the state of the IA will restore to Dhcp6Bound after the declining process. The Decline() can only be called when the IA is in Dhcp6Bound state. If the EFI_DHCP6_CONFIG_DATA.IaInfoEvent is NULL, this function is a blocking operation. It will return after the declining process finishes, or aborted by user.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]AddressCountThe number of declining addresses.
[in]AddressesThe pointer to the buffer stored the declining addresses.
Return values
EFI_SUCCESSThe DHCPv6 decline exchange process completed when EFI_DHCP6_CONFIG_DATA.IaInfoEvent was NULL. The Dhcp6 instance has sent Decline packet when EFI_DHCP6_CONFIG_DATA.IaInfoEvent is not NULL.
EFI_ACCESS_DENIEDThe Dhcp6 instance hasn't been configured, or the state of the configured IA is not in Dhcp6Bound.
EFI_ABORTEDThe DHCPv6 decline exchange process was aborted by the user.
EFI_NOT_FOUNDAny specified IPv6 address is not correlated with the configured IA for this instance.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Inform that one or more addresses assigned by a server are already in use by another node.

The Decline() function is used to manually decline the assignment of IPv6 addresses, which have been already used by another node. If all IPv6 addresses of the configured IA are declined through this function, the state of the IA will switch through Dhcp6Declining to Dhcp6Init. Otherwise, the state of the IA will restore to Dhcp6Bound after the declining process. The Decline() can only be called when the IA is in Dhcp6Bound state. If the EFI_DHCP6_CONFIG_DATA.IaInfoEvent is NULL, this function is a blocking operation. It will return after the declining process finishes, or aborted by user.

Parameters
[in]ThisThe pointer to EFI_DHCP6_PROTOCOL.
[in]AddressCountThe number of declining addresses.
[in]AddressesThe pointer to the buffer stored the declining addresses.
Return values
EFI_SUCCESSThe DHCPv6 decline exchange process completed when EFI_DHCP6_CONFIG_DATA.IaInfoEvent was NULL. The Dhcp6 instance sent Decline packet when EFI_DHCP6_CONFIG_DATA.IaInfoEvent was not NULL.
EFI_ACCESS_DENIEDThe Dhcp6 instance hasn't been configured, or the state of the configured IA is not in Dhcp6Bound.
EFI_ABORTEDThe DHCPv6 decline exchange process aborted by user.
EFI_NOT_FOUNDAny specified IPv6 address is not correlated with the configured IA for this instance.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Definition at line 886 of file Dhcp6Impl.c.

◆ EfiDhcp6GetModeData()

EFI_STATUS EFIAPI EfiDhcp6GetModeData ( IN EFI_DHCP6_PROTOCOL This,
OUT EFI_DHCP6_MODE_DATA *Dhcp6ModeData  OPTIONAL,
OUT EFI_DHCP6_CONFIG_DATA *Dhcp6ConfigData  OPTIONAL 
)

Returns the current operating mode data for the Dhcp6 instance.

The GetModeData() function returns the current operating mode and cached data packet for the Dhcp6 instance.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[out]Dhcp6ModeDataThe pointer to the Dhcp6 mode data.
[out]Dhcp6ConfigDataThe pointer to the Dhcp6 configure data.
Return values
EFI_SUCCESSThe mode data was returned.
EFI_INVALID_PARAMETERThis is NULL.
EFI_ACCESS_DENIEDThe EFI DHCPv6 Protocol instance has not been configured when Dhcp6ConfigData is not NULL.

Returns the current operating mode data for the Dhcp6 instance.

The GetModeData() function returns the current operating mode and cached data packet for the Dhcp6 instance.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[out]Dhcp6ModeDataThe pointer to the Dhcp6 mode data.
[out]Dhcp6ConfigDataThe pointer to the Dhcp6 configure data.
Return values
EFI_SUCCESSThe mode data was returned.
EFI_INVALID_PARAMETERThis is NULL.
EFI_ACCESS_DENIEDThe EFI DHCPv6 Protocol instance was not configured.

Definition at line 264 of file Dhcp6Impl.c.

◆ EfiDhcp6InfoRequest()

EFI_STATUS EFIAPI EfiDhcp6InfoRequest ( IN EFI_DHCP6_PROTOCOL This,
IN BOOLEAN  SendClientId,
IN EFI_DHCP6_PACKET_OPTION OptionRequest,
IN UINT32  OptionCount,
IN EFI_DHCP6_PACKET_OPTION *OptionList[]  OPTIONAL,
IN EFI_DHCP6_RETRANSMISSION Retransmission,
IN EFI_EVENT TimeoutEvent  OPTIONAL,
IN EFI_DHCP6_INFO_CALLBACK  ReplyCallback,
IN VOID *CallbackContext  OPTIONAL 
)

Request configuration information without the assignment of any Ia addresses of the client.

The InfoRequest() function is used to request configuration information without the assignment of any IPv6 address of the client. Client sends out Information Request packet to obtain the required configuration information, and DHCPv6 server responds with Reply packet containing the information for the client. The received Reply packet will be passed to the user by ReplyCallback function. If user returns EFI_NOT_READY from ReplyCallback, the Dhcp6 instance will continue to receive other Reply packets unless timeout according to the Retransmission parameter. Otherwise, the Information Request exchange process will be finished successfully if user returns EFI_SUCCESS from ReplyCallback.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]SendClientIdIf TRUE, the DHCPv6 protocol instance will build Client Identifier option and include it into Information Request packet. Otherwise, Client Identifier option will not be included.
[in]OptionRequestThe pointer to the buffer of option request options.
[in]OptionCountThe option number in the OptionList.
[in]OptionListThe list of appended options.
[in]RetransmissionThe pointer to the retransmission of the message.
[in]TimeoutEventThe event of timeout.
[in]ReplyCallbackThe callback function when a reply was received.
[in]CallbackContextThe pointer to the parameter passed to the callback.
Return values
EFI_SUCCESSThe DHCPv6 information request exchange process completed when TimeoutEvent is NULL. Information Request packet has been sent to DHCPv6 server when TimeoutEvent is not NULL.
EFI_NO_RESPONSEThe DHCPv6 information request exchange process failed because of no response, or not all requested-options are responded to by DHCPv6 servers when Timeout happened.
EFI_ABORTEDThe DHCPv6 information request exchange process was aborted by the user.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_OUT_OF_RESOURCESRequired system resources could not be allocated.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Request configuration information without the assignment of any Ia addresses of the client.

The InfoRequest() function is used to request configuration information without the assignment of any IPv6 address of the client. The client sends out an Information Request packet to obtain the required configuration information, and DHCPv6 server responds with a Reply packet containing the information for the client. The received Reply packet will be passed to the user by ReplyCallback function. If the user returns EFI_NOT_READY from ReplyCallback, the Dhcp6 instance will continue to receive other Reply packets unless timeout according to the Retransmission parameter. Otherwise, the Information Request exchange process will be finished successfully if user returns EFI_SUCCESS from ReplyCallback.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]SendClientIdIf TRUE, the DHCPv6 protocol instance will build Client Identifier option and include it into Information Request packet. Otherwise, Client Identifier option will not be included.
[in]OptionRequestThe pointer to the buffer of option request options.
[in]OptionCountThe option number in the OptionList.
[in]OptionListThe list of appended options.
[in]RetransmissionThe pointer to the retransmission of the message.
[in]TimeoutEventThe event of timeout.
[in]ReplyCallbackThe callback function when the reply was received.
[in]CallbackContextThe pointer to the parameter passed to the callback.
Return values
EFI_SUCCESSThe DHCPv6 information request exchange process completed when TimeoutEvent is NULL. Information Request packet has been sent to DHCPv6 server when TimeoutEvent is not NULL.
EFI_NO_RESPONSEThe DHCPv6 information request exchange process failed because of no response, or not all requested-options are responded by DHCPv6 servers when Timeout happened.
EFI_ABORTEDThe DHCPv6 information request exchange process was aborted by user.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_OUT_OF_RESOURCESRequired system resources could not be allocated.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Definition at line 602 of file Dhcp6Impl.c.

◆ EfiDhcp6Parse()

EFI_STATUS EFIAPI EfiDhcp6Parse ( IN EFI_DHCP6_PROTOCOL This,
IN EFI_DHCP6_PACKET Packet,
IN OUT UINT32 *  OptionCount,
OUT EFI_DHCP6_PACKET_OPTION *PacketOptionList[]  OPTIONAL 
)

Parse the option data in the Dhcp6 packet.

The Parse() function is used to retrieve the option list in the DHCPv6 packet.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]PacketThe pointer to the Dhcp6 packet.
[in,out]OptionCountThe number of option in the packet.
[out]PacketOptionListThe array of pointers to the each option in the packet.
Return values
EFI_SUCCESSThe packet was successfully parsed.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_BUFFER_TOO_SMALL*OptionCount is smaller than the number of options that were found in the Packet.

Parse the option data in the Dhcp6 packet.

The Parse() function is used to retrieve the option list in the DHCPv6 packet.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]PacketThe pointer to the Dhcp6 packet.
[in,out]OptionCountThe number of option in the packet.
[out]PacketOptionListThe array of pointers to each option in the packet.
Return values
EFI_SUCCESSThe packet was successfully parsed.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_BUFFER_TOO_SMALL*OptionCount is smaller than the number of options that were found in the Packet.

Definition at line 1150 of file Dhcp6Impl.c.

◆ EfiDhcp6Release()

EFI_STATUS EFIAPI EfiDhcp6Release ( IN EFI_DHCP6_PROTOCOL This,
IN UINT32  AddressCount,
IN EFI_IPv6_ADDRESS Addresses 
)

Release one or more addresses associated with the configured Ia for the current instance.

The Release() function is used to manually release the one or more IPv6 address. If AddressCount is zero, it will release all IPv6 addresses of the configured IA. If all IPv6 addresses of the IA are released through this function, the state of the IA will switch through Dhcp6Releasing to Dhcp6Init, otherwise, the state of the IA will restore to Dhcp6Bound after the releasing process. The Release() can only be called when the IA is in a Dhcp6Bound state. If the EFI_DHCP6_CONFIG_DATA.IaInfoEvent is NULL, the function is a blocking operation. It will return after the releasing process finishes, or aborted by user.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]AddressCountThe number of releasing addresses.
[in]AddressesThe pointer to the buffer stored the releasing addresses.
Return values
EFI_SUCCESSThe DHCPv6 release exchange process has completed when EFI_DHCP6_CONFIG_DATA.IaInfoEvent is NULL. The Dhcp6 instance has sent Release packet when EFI_DHCP6_CONFIG_DATA.IaInfoEvent is not NULL.
EFI_ACCESS_DENIEDThe Dhcp6 instance hasn't been configured, or the state of the configured IA is not in Dhcp6Bound.
EFI_ABORTEDThe DHCPv6 release exchange process was aborted by the user.
EFI_NOT_FOUNDAny specified IPv6 address is not correlated with the configured IA for this instance.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Release one or more addresses associated with the configured Ia for current instance.

The Release() function is used to manually release one or more IPv6 addresses. If AddressCount is zero, it will release all IPv6 addresses of the configured IA. If all IPv6 addresses of the IA are released through this function, the state of the IA will switch through Dhcp6Releasing to Dhcp6Init, otherwise, the state of the IA will restore to Dhcp6Bound after the releasing process. The Release() can only be called when the IA is in Dhcp6Bound state. If the EFI_DHCP6_CONFIG_DATA.IaInfoEvent is NULL, the function is a blocking operation. It will return after the releasing process finishes, or is aborted by user.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]AddressCountThe number of releasing addresses.
[in]AddressesThe pointer to the buffer stored the releasing addresses.
Return values
EFI_SUCCESSThe DHCPv6 release exchange process completed when EFI_DHCP6_CONFIG_DATA.IaInfoEvent was NULL. The Dhcp6 instance was sent Release packet when EFI_DHCP6_CONFIG_DATA.IaInfoEvent was not NULL.
EFI_ACCESS_DENIEDThe Dhcp6 instance hasn't been configured, or the state of the configured IA is not in Dhcp6Bound.
EFI_ABORTEDThe DHCPv6 release exchange process aborted by user.
EFI_NOT_FOUNDAny specified IPv6 address is not correlated with the configured IA for this instance.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Definition at line 1027 of file Dhcp6Impl.c.

◆ EfiDhcp6RenewRebind()

EFI_STATUS EFIAPI EfiDhcp6RenewRebind ( IN EFI_DHCP6_PROTOCOL This,
IN BOOLEAN  RebindRequest 
)

Manually extend the valid and preferred lifetimes for the IPv6 addresses of the configured IA and update other configuration parameters by sending Renew or Rebind packet.

The RenewRebind() function is used to manually extend the valid and preferred lifetimes for the IPv6 addresses of the configured IA and update other configuration parameters by sending a Renew or Rebind packet.

  • When RebindRequest is FALSE and the state of the configured IA is Dhcp6Bound, it will send Renew packet to the previously DHCPv6 server and transfer the state of the configured IA to Dhcp6Renewing. If valid Reply packet received, the state transfers to Dhcp6Bound and the valid and preferred timer restarts. If fails, the state transfers to Dhcp6Bound but the timer continues.
  • When RebindRequest is TRUE and the state of the configured IA is Dhcp6Bound, it will send a Rebind packet. If a valid Reply packet is received, the state transfers to Dhcp6Bound, and the valid and preferred timer restarts. If it fails, the state transfers to Dhcp6Init, and the IA can't be used.
Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]RebindRequestIf TRUE, Rebind packet will be sent and enter Dhcp6Rebinding state. Otherwise, Renew packet will be sent and enter Dhcp6Renewing state.
Return values
EFI_SUCCESSThe DHCPv6 renew/rebind exchange process completed and at least one IPv6 address of the configured IA was bound again when EFI_DHCP6_CONFIG_DATA.IaInfoEvent was NULL. The EFI DHCPv6 Protocol instance has sent Renew or Rebind packet when EFI_DHCP6_CONFIG_DATA.IaInfoEvent is not NULL.
EFI_ACCESS_DENIEDThe Dhcp6 instance hasn't been configured, or the state of the configured IA is not in Dhcp6Bound.
EFI_ALREADY_STARTEDThe state of the configured IA has already entered Dhcp6Renewing when RebindRequest is FALSE. The state of the configured IA has already entered Dhcp6Rebinding when RebindRequest is TRUE.
EFI_ABORTEDThe DHCPv6 renew/rebind exchange process aborted by user.
EFI_NO_RESPONSEThe DHCPv6 renew/rebind exchange process failed because of no response.
EFI_NO_MAPPINGNo IPv6 address has been bound to the configured IA after the DHCPv6 renew/rebind exchange process.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Manually extend the valid and preferred lifetimes for the IPv6 addresses of the configured IA and update other configuration parameters by sending a Renew or Rebind packet.

The RenewRebind() function is used to manually extend the valid and preferred lifetimes for the IPv6 addresses of the configured IA, and update other configuration parameters by sending Renew or Rebind packet.

  • When RebindRequest is FALSE and the state of the configured IA is Dhcp6Bound, it sends Renew packet to the previously DHCPv6 server and transfer the state of the configured IA to Dhcp6Renewing. If valid Reply packet received, the state transfers to Dhcp6Bound and the valid and preferred timer restarts. If fails, the state transfers to Dhcp6Bound, but the timer continues.
  • When RebindRequest is TRUE and the state of the configured IA is Dhcp6Bound, it will send a Rebind packet. If valid Reply packet is received, the state transfers to Dhcp6Bound and the valid and preferred timer restarts. If it fails, the state transfers to Dhcp6Init, and the IA can't be used.
Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
[in]RebindRequestIf TRUE, Rebind packet will be sent and enter Dhcp6Rebinding state. Otherwise, Renew packet will be sent and enter Dhcp6Renewing state.
Return values
EFI_SUCCESSThe DHCPv6 renew/rebind exchange process has completed and at least one IPv6 address of the configured IA has been bound again when EFI_DHCP6_CONFIG_DATA.IaInfoEvent is NULL. The EFI DHCPv6 Protocol instance has sent Renew or Rebind packet when EFI_DHCP6_CONFIG_DATA.IaInfoEvent is not NULL.
EFI_ACCESS_DENIEDThe Dhcp6 instance hasn't been configured, or the state of the configured IA is not in Dhcp6Bound.
EFI_ALREADY_STARTEDThe state of the configured IA has already entered Dhcp6Renewing when RebindRequest is FALSE. The state of the configured IA has already entered Dhcp6Rebinding when RebindRequest is TRUE.
EFI_ABORTEDThe DHCPv6 renew/rebind exchange process aborted by the user.
EFI_NO_RESPONSEThe DHCPv6 renew/rebind exchange process failed because of no response.
EFI_NO_MAPPINGNo IPv6 address has been bound to the configured IA after the DHCPv6 renew/rebind exchange process.
EFI_INVALID_PARAMETERSome parameter is NULL.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Definition at line 765 of file Dhcp6Impl.c.

◆ EfiDhcp6Start()

EFI_STATUS EFIAPI EfiDhcp6Start ( IN EFI_DHCP6_PROTOCOL This)

Starts the DHCPv6 standard S.A.R.R. process.

The Start() function starts the DHCPv6 standard process. This function can be called only when the state of Dhcp6 instance is in the Dhcp6Init state. If the DHCP process completes successfully, the state of the Dhcp6 instance will be transferred through Dhcp6Selecting and Dhcp6Requesting to the Dhcp6Bound state. Refer to rfc-3315 for precise state transitions during this process. At the time when each event occurs in this process, the callback function that was set by EFI_DHCP6_PROTOCOL.Configure() will be called and the user can take this opportunity to control the process.

Parameters
[in]ThisThe pointer to Dhcp6 protocol.
Return values
EFI_SUCCESSThe DHCPv6 standard process has started, or it completed when CompletionEvent was NULL.
EFI_ACCESS_DENIEDThe EFI DHCPv6 Child instance hasn't been configured.
EFI_INVALID_PARAMETERThis is NULL.
EFI_OUT_OF_RESOURCESRequired system resources could not be allocated.
EFI_TIMEOUTThe DHCPv6 configuration process failed because no response was received from the server within the specified timeout value.
EFI_ABORTEDThe user aborted the DHCPv6 process.
EFI_ALREADY_STARTEDSome other Dhcp6 instance already started the DHCPv6 standard process.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.

Starts the DHCPv6 standard S.A.R.R. process.

The Start() function starts the DHCPv6 standard process. This function can be called only when the state of Dhcp6 instance is in the Dhcp6Init state. If the DHCP process completes successfully, the state of the Dhcp6 instance will be transferred through Dhcp6Selecting and Dhcp6Requesting to the Dhcp6Bound state. Refer to rfc-3315 for precise state transitions during this process. At the time when each event occurs in this process, the callback function that was set by EFI_DHCP6_PROTOCOL.Configure() will be called, and the user can take this opportunity to control the process.

Parameters
[in]ThisThe pointer to Dhcp6 protocol.
Return values
EFI_SUCCESSThe DHCPv6 standard process has started, or it has completed when CompletionEvent is NULL.
EFI_ACCESS_DENIEDThe EFI DHCPv6 Child instance hasn't been configured.
EFI_INVALID_PARAMETERThis is NULL.
EFI_OUT_OF_RESOURCESRequired system resources could not be allocated.
EFI_TIMEOUTThe DHCPv6 configuration process failed because no response was received from the server within the specified timeout value.
EFI_ABORTEDThe user aborted the DHCPv6 process.
EFI_ALREADY_STARTEDSome other Dhcp6 instance already started the DHCPv6 standard process.
EFI_DEVICE_ERRORAn unexpected system or network error occurred.
EFI_NO_MEDIAThere was a media error.

Definition at line 65 of file Dhcp6Impl.c.

◆ EfiDhcp6Stop()

EFI_STATUS EFIAPI EfiDhcp6Stop ( IN EFI_DHCP6_PROTOCOL This)

Stops the DHCPv6 standard S.A.R.R. process.

The Stop() function is used to stop the DHCPv6 standard process. After this function is called successfully, the state of Dhcp6 instance is transferred into the Dhcp6Init. EFI_DHCP6_PROTOCOL.Configure() needs to be called before DHCPv6 standard process can be started again. This function can be called when the Dhcp6 instance is in any state.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
Return values
EFI_SUCCESSThe Dhcp6 instance is now in the Dhcp6Init state.
EFI_INVALID_PARAMETERThis is NULL.

Stops the DHCPv6 standard S.A.R.R. process.

The Stop() function is used to stop the DHCPv6 standard process. After this function is called successfully, the state of Dhcp6 instance is transferred into Dhcp6Init. EFI_DHCP6_PROTOCOL.Configure() needs to be called before DHCPv6 standard process can be started again. This function can be called when the Dhcp6 instance is in any state.

Parameters
[in]ThisThe pointer to the Dhcp6 protocol.
Return values
EFI_SUCCESSThe Dhcp6 instance is now in the Dhcp6Init state.
EFI_INVALID_PARAMETERThis is NULL.

Definition at line 173 of file Dhcp6Impl.c.

Variable Documentation

◆ gDhcp6ProtocolTemplate

EFI_DHCP6_PROTOCOL gDhcp6ProtocolTemplate
extern

Definition at line 21 of file Dhcp6Impl.c.

◆ mAllDhcpRelayAndServersAddress

EFI_IPv6_ADDRESS mAllDhcpRelayAndServersAddress
extern

Definition at line 17 of file Dhcp6Impl.c.