TianoCore EDK2 master
Loading...
Searching...
No Matches
IpIoLib.h File Reference
#include <Protocol/Ip4.h>
#include <Protocol/Ip6.h>
#include <Library/NetLib.h>

Go to the source code of this file.

Data Structures

struct  ICMP_ERROR_INFO
 
union  IP_IO_IP_COMPLETION_TOKEN
 
union  IP_IO_IP_TX_DATA
 
union  IP_IO_IP_RX_DATA
 
union  IP_IO_OVERRIDE
 
union  IP_IO_IP_CONFIG_DATA
 
union  IP_IO_IP_HEADER
 
union  IP_IO_IP_MASK
 
union  IP_IO_IP_PROTOCOL
 
struct  _EFI_NET_SESSION_DATA
 
struct  _IP_IO
 
struct  _IP_IO_OPEN_DATA
 
struct  _IP_IO_SEND_ENTRY
 
struct  _IP_IO_IP_INFO
 

Macros

#define ICMP_TYPE_UNREACH   3
 
#define ICMP_TYPE_TIMXCEED   11
 
#define ICMP_TYPE_PARAMPROB   12
 
#define ICMP_TYPE_SOURCEQUENCH   4
 
#define ICMP_CODE_UNREACH_NET   0
 
#define ICMP_CODE_UNREACH_HOST   1
 
#define ICMP_CODE_UNREACH_PROTOCOL   2
 
#define ICMP_CODE_UNREACH_PORT   3
 
#define ICMP_CODE_UNREACH_NEEDFRAG   4
 
#define ICMP_CODE_UNREACH_SRCFAIL   5
 
#define ICMP_CODE_UNREACH_NET_UNKNOWN   6
 
#define ICMP_CODE_UNREACH_HOST_UNKNOWN   7
 
#define ICMP_CODE_UNREACH_ISOLATED   8
 
#define ICMP_CODE_UNREACH_NET_PROHIB   9
 
#define ICMP_CODE_UNREACH_HOST_PROHIB   10
 
#define ICMP_CODE_UNREACH_TOSNET   11
 
#define ICMP_CODE_UNREACH_TOSHOST   12
 
#define EFI_IP4_HEADER_LEN(HdrPtr)   ((HdrPtr)->HeaderLength << 2)
 
#define ICMP_ERRLEN(IpHdr)    (sizeof(IP4_ICMP_HEAD) + EFI_IP4_HEADER_LEN(IpHdr) + 8)
 
#define NET_PROTO_HDR(Buf, Type)   ((Type *) ((Buf)->BlockOp[0].Head))
 
#define ICMP_ERR_UNREACH_NET   0
 
#define ICMP_ERR_UNREACH_HOST   1
 
#define ICMP_ERR_UNREACH_PROTOCOL   2
 
#define ICMP_ERR_UNREACH_PORT   3
 
#define ICMP_ERR_MSGSIZE   4
 
#define ICMP_ERR_UNREACH_SRCFAIL   5
 
#define ICMP_ERR_TIMXCEED_INTRANS   6
 
#define ICMP_ERR_TIMXCEED_REASS   7
 
#define ICMP_ERR_QUENCH   8
 
#define ICMP_ERR_PARAMPROB   9
 
#define ICMP6_ERR_UNREACH_NET   0
 
#define ICMP6_ERR_UNREACH_HOST   1
 
#define ICMP6_ERR_UNREACH_PROTOCOL   2
 
#define ICMP6_ERR_UNREACH_PORT   3
 
#define ICMP6_ERR_PACKAGE_TOOBIG   4
 
#define ICMP6_ERR_TIMXCEED_HOPLIMIT   5
 
#define ICMP6_ERR_TIMXCEED_REASS   6
 
#define ICMP6_ERR_PARAMPROB_HEADER   7
 
#define ICMP6_ERR_PARAMPROB_NEXHEADER   8
 
#define ICMP6_ERR_PARAMPROB_IPV6OPTION   9
 

Typedefs

typedef struct _EFI_NET_SESSION_DATA EFI_NET_SESSION_DATA
 
typedef VOID(EFIAPI * PKT_RCVD_NOTIFY) (IN EFI_STATUS Status, IN UINT8 IcmpErr, IN EFI_NET_SESSION_DATA *NetSession, IN NET_BUF *Pkt, IN VOID *Context)
 
typedef VOID(EFIAPI * PKT_SENT_NOTIFY) (IN EFI_STATUS Status, IN VOID *Context, IN IP_IO_IP_PROTOCOL Sender, IN VOID *NotifyData)
 
typedef struct _IP_IO IP_IO
 
typedef struct _IP_IO_OPEN_DATA IP_IO_OPEN_DATA
 
typedef struct _IP_IO_SEND_ENTRY IP_IO_SEND_ENTRY
 
typedef struct _IP_IO_IP_INFO IP_IO_IP_INFO
 

Functions

IP_IO *EFIAPI IpIoCreate (IN EFI_HANDLE Image, IN EFI_HANDLE Controller, IN UINT8 IpVersion)
 
EFI_STATUS EFIAPI IpIoDestroy (IN OUT IP_IO *IpIo)
 
EFI_STATUS EFIAPI IpIoStop (IN OUT IP_IO *IpIo)
 
EFI_STATUS EFIAPI IpIoOpen (IN OUT IP_IO *IpIo, IN IP_IO_OPEN_DATA *OpenData)
 
EFI_STATUS EFIAPI IpIoSend (IN OUT IP_IO *IpIo, IN OUT NET_BUF *Pkt, IN IP_IO_IP_INFO *Sender OPTIONAL, IN VOID *Context OPTIONAL, IN VOID *NotifyData OPTIONAL, IN EFI_IP_ADDRESS *Dest OPTIONAL, IN IP_IO_OVERRIDE *OverrideData OPTIONAL)
 
VOID EFIAPI IpIoCancelTxToken (IN IP_IO *IpIo, IN VOID *Packet)
 
IP_IO_IP_INFO *EFIAPI IpIoAddIp (IN OUT IP_IO *IpIo)
 
EFI_STATUS EFIAPI IpIoConfigIp (IN OUT IP_IO_IP_INFO *IpInfo, IN OUT VOID *IpConfigData OPTIONAL)
 
VOID EFIAPI IpIoRemoveIp (IN IP_IO *IpIo, IN IP_IO_IP_INFO *IpInfo)
 
IP_IO_IP_INFO *EFIAPI IpIoFindSender (IN OUT IP_IO **IpIo, IN UINT8 IpVersion, IN EFI_IP_ADDRESS *Src)
 
EFI_STATUS EFIAPI IpIoGetIcmpErrStatus (IN UINT8 IcmpError, IN UINT8 IpVersion, OUT BOOLEAN *IsHard OPTIONAL, OUT BOOLEAN *Notify OPTIONAL)
 
EFI_STATUS EFIAPI IpIoRefreshNeighbor (IN IP_IO *IpIo, IN EFI_IP_ADDRESS *Neighbor, IN UINT32 Timeout)
 

Variables

EFI_IP4_CONFIG_DATA mIp4IoDefaultIpConfigData
 
EFI_IP6_CONFIG_DATA mIp6IoDefaultIpConfigData
 

Detailed Description

This library is only intended to be used by UEFI network stack modules. It provides the combined IpIo layer on the EFI IP4 Protocol and EFI IP6 protocol.

Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file IpIoLib.h.

Macro Definition Documentation

◆ EFI_IP4_HEADER_LEN

#define EFI_IP4_HEADER_LEN (   HdrPtr)    ((HdrPtr)->HeaderLength << 2)

Get the IP header length from the struct EFI_IP4_HEADER. HeaderLength is Internet header length in 32-bit words, so HeaderLength<<2 is the real length of IP header.

Parameters
[out]HdrPtrA pointer to EFI_IP4_HEADER.
Returns
The IP header length.

Definition at line 50 of file IpIoLib.h.

◆ ICMP6_ERR_PACKAGE_TOOBIG

#define ICMP6_ERR_PACKAGE_TOOBIG   4

Definition at line 98 of file IpIoLib.h.

◆ ICMP6_ERR_PARAMPROB_HEADER

#define ICMP6_ERR_PARAMPROB_HEADER   7

Definition at line 101 of file IpIoLib.h.

◆ ICMP6_ERR_PARAMPROB_IPV6OPTION

#define ICMP6_ERR_PARAMPROB_IPV6OPTION   9

Definition at line 103 of file IpIoLib.h.

◆ ICMP6_ERR_PARAMPROB_NEXHEADER

#define ICMP6_ERR_PARAMPROB_NEXHEADER   8

Definition at line 102 of file IpIoLib.h.

◆ ICMP6_ERR_TIMXCEED_HOPLIMIT

#define ICMP6_ERR_TIMXCEED_HOPLIMIT   5

Definition at line 99 of file IpIoLib.h.

◆ ICMP6_ERR_TIMXCEED_REASS

#define ICMP6_ERR_TIMXCEED_REASS   6

Definition at line 100 of file IpIoLib.h.

◆ ICMP6_ERR_UNREACH_HOST

#define ICMP6_ERR_UNREACH_HOST   1

Definition at line 95 of file IpIoLib.h.

◆ ICMP6_ERR_UNREACH_NET

#define ICMP6_ERR_UNREACH_NET   0

Definition at line 94 of file IpIoLib.h.

◆ ICMP6_ERR_UNREACH_PORT

#define ICMP6_ERR_UNREACH_PORT   3

Definition at line 97 of file IpIoLib.h.

◆ ICMP6_ERR_UNREACH_PROTOCOL

#define ICMP6_ERR_UNREACH_PROTOCOL   2

Definition at line 96 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_HOST

#define ICMP_CODE_UNREACH_HOST   1

Definition at line 28 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_HOST_PROHIB

#define ICMP_CODE_UNREACH_HOST_PROHIB   10

Definition at line 37 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_HOST_UNKNOWN

#define ICMP_CODE_UNREACH_HOST_UNKNOWN   7

Definition at line 34 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_ISOLATED

#define ICMP_CODE_UNREACH_ISOLATED   8

Definition at line 35 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_NEEDFRAG

#define ICMP_CODE_UNREACH_NEEDFRAG   4

Definition at line 31 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_NET

#define ICMP_CODE_UNREACH_NET   0

Definition at line 27 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_NET_PROHIB

#define ICMP_CODE_UNREACH_NET_PROHIB   9

Definition at line 36 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_NET_UNKNOWN

#define ICMP_CODE_UNREACH_NET_UNKNOWN   6

Definition at line 33 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_PORT

#define ICMP_CODE_UNREACH_PORT   3

Definition at line 30 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_PROTOCOL

#define ICMP_CODE_UNREACH_PROTOCOL   2

Definition at line 29 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_SRCFAIL

#define ICMP_CODE_UNREACH_SRCFAIL   5

Definition at line 32 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_TOSHOST

#define ICMP_CODE_UNREACH_TOSHOST   12

Definition at line 39 of file IpIoLib.h.

◆ ICMP_CODE_UNREACH_TOSNET

#define ICMP_CODE_UNREACH_TOSNET   11

Definition at line 38 of file IpIoLib.h.

◆ ICMP_ERR_MSGSIZE

#define ICMP_ERR_MSGSIZE   4

Definition at line 87 of file IpIoLib.h.

◆ ICMP_ERR_PARAMPROB

#define ICMP_ERR_PARAMPROB   9

Definition at line 92 of file IpIoLib.h.

◆ ICMP_ERR_QUENCH

#define ICMP_ERR_QUENCH   8

Definition at line 91 of file IpIoLib.h.

◆ ICMP_ERR_TIMXCEED_INTRANS

#define ICMP_ERR_TIMXCEED_INTRANS   6

Definition at line 89 of file IpIoLib.h.

◆ ICMP_ERR_TIMXCEED_REASS

#define ICMP_ERR_TIMXCEED_REASS   7

Definition at line 90 of file IpIoLib.h.

◆ ICMP_ERR_UNREACH_HOST

#define ICMP_ERR_UNREACH_HOST   1

Definition at line 84 of file IpIoLib.h.

◆ ICMP_ERR_UNREACH_NET

#define ICMP_ERR_UNREACH_NET   0

This error will be delivered to the listening transportation layer protocol that consumes IpIO.

Definition at line 83 of file IpIoLib.h.

◆ ICMP_ERR_UNREACH_PORT

#define ICMP_ERR_UNREACH_PORT   3

Definition at line 86 of file IpIoLib.h.

◆ ICMP_ERR_UNREACH_PROTOCOL

#define ICMP_ERR_UNREACH_PROTOCOL   2

Definition at line 85 of file IpIoLib.h.

◆ ICMP_ERR_UNREACH_SRCFAIL

#define ICMP_ERR_UNREACH_SRCFAIL   5

Definition at line 88 of file IpIoLib.h.

◆ ICMP_ERRLEN

#define ICMP_ERRLEN (   IpHdr)     (sizeof(IP4_ICMP_HEAD) + EFI_IP4_HEADER_LEN(IpHdr) + 8)

To types of ICMP error which consist of ICMP header, IP header and original datagram's data, get length from sum of ICMP header length, IP header length and first 64 bits of datagram's data length.

Parameters
[in]IpHdrA pointer to EFI_IP4_HEADER.
Returns
The ICMP error length.

Definition at line 61 of file IpIoLib.h.

◆ ICMP_TYPE_PARAMPROB

#define ICMP_TYPE_PARAMPROB   12

Definition at line 24 of file IpIoLib.h.

◆ ICMP_TYPE_SOURCEQUENCH

#define ICMP_TYPE_SOURCEQUENCH   4

Definition at line 25 of file IpIoLib.h.

◆ ICMP_TYPE_TIMXCEED

#define ICMP_TYPE_TIMXCEED   11

Definition at line 23 of file IpIoLib.h.

◆ ICMP_TYPE_UNREACH

#define ICMP_TYPE_UNREACH   3

Definition at line 22 of file IpIoLib.h.

◆ NET_PROTO_HDR

#define NET_PROTO_HDR (   Buf,
  Type 
)    ((Type *) ((Buf)->BlockOp[0].Head))

Get the packet header from NET_BUF.

Parameters
[out]BufA pointer to NET_BUF.
[in]TypeHeader type.
Returns
The pointer to packet header.

Definition at line 72 of file IpIoLib.h.

Typedef Documentation

◆ EFI_NET_SESSION_DATA

The IP session for an IP receive packet.

◆ IP_IO

typedef struct _IP_IO IP_IO

This data structure wraps Ip4/Ip6 instances. The IpIo Library uses it for all Ip4/Ip6 operations.

◆ IP_IO_IP_INFO

typedef struct _IP_IO_IP_INFO IP_IO_IP_INFO

The IP_IO_IP_INFO is used in IpIoSend() to override the default IP instance in IP_IO.

◆ IP_IO_OPEN_DATA

The struct is for the user to pass IP configuration and callbacks to IP_IO. It is used by IpIoOpen().

◆ IP_IO_SEND_ENTRY

Internal struct book-keeping send request of IP_IO.

An IP_IO_SEND_ENTRY will be created each time a send request is issued to IP_IO via IpIoSend().

◆ PKT_RCVD_NOTIFY

typedef VOID(EFIAPI * PKT_RCVD_NOTIFY) (IN EFI_STATUS Status, IN UINT8 IcmpErr, IN EFI_NET_SESSION_DATA *NetSession, IN NET_BUF *Pkt, IN VOID *Context)

The prototype is called back when an IP packet is received.

Parameters
[in]StatusThe result of the receive request.
[in]IcmpErrValid when Status is EFI_ICMP_ERROR.
[in]NetSessionThe IP session for the received packet.
[in]PktThe packet received.
[in]ContextThe data provided by the user for the received packet when the callback is registered in IP_IO_OPEN_DATA::RcvdContext.

Definition at line 180 of file IpIoLib.h.

◆ PKT_SENT_NOTIFY

typedef VOID(EFIAPI * PKT_SENT_NOTIFY) (IN EFI_STATUS Status, IN VOID *Context, IN IP_IO_IP_PROTOCOL Sender, IN VOID *NotifyData)

The prototype is called back when an IP packet is sent.

Parameters
[in]StatusResult of the IP packet being sent.
[in]ContextThe data provided by user for the received packet when the callback is registered in IP_IO_OPEN_DATA::SndContext.
[in]SenderA Union type to specify a pointer of EFI_IP4_PROTOCOL or EFI_IP6_PROTOCOL.
[in]NotifyDataThe Context data specified when calling IpIoSend()

Definition at line 201 of file IpIoLib.h.

Function Documentation

◆ IpIoAddIp()

IP_IO_IP_INFO *EFIAPI IpIoAddIp ( IN OUT IP_IO IpIo)

Add a new IP instance for sending data.

If IpIo is NULL, then ASSERT(). If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

The function is used to add the IP_IO to the IP_IO sending list. The caller can later use IpIoFindSender() to get the IP_IO and call IpIoSend() to send data.

Parameters
[in,out]IpIoThe pointer to an IP_IO instance to add a new IP instance for sending purposes.
Returns
The pointer to the created IP_IO_IP_INFO structure; NULL if failed.

Add a new IP instance for sending data.

If IpIo is NULL, then ASSERT(). If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

The function is used to add the IP_IO to the IP_IO sending list. The caller can later use IpIoFindSender() to get the IP_IO and call IpIoSend() to send data.

Parameters
[in,out]IpIoPointer to a IP_IO instance to add a new IP instance for sending purpose.
Returns
Pointer to the created IP_IO_IP_INFO structure, NULL if failed.

Definition at line 1700 of file DxeIpIoLib.c.

◆ IpIoCancelTxToken()

VOID EFIAPI IpIoCancelTxToken ( IN IP_IO IpIo,
IN VOID *  Packet 
)

Cancel the IP transmit token that wraps this Packet.

If IpIo is NULL, then ASSERT(). If Packet is NULL, then ASSERT().

Parameters
[in]IpIoThe pointer to the IP_IO instance.
[in]PacketThe pointer to the packet of NET_BUF to cancel.

Cancel the IP transmit token which wraps this Packet.

If IpIo is NULL, then ASSERT(). If Packet is NULL, then ASSERT().

Parameters
[in]IpIoPointer to the IP_IO instance.
[in]PacketPointer to the packet of NET_BUF to cancel.

Definition at line 1648 of file DxeIpIoLib.c.

◆ IpIoConfigIp()

EFI_STATUS EFIAPI IpIoConfigIp ( IN OUT IP_IO_IP_INFO IpInfo,
IN OUT VOID *IpConfigData  OPTIONAL 
)

Configure the IP instance of this IpInfo and start the receiving if IpConfigData is not NULL.

If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

Parameters
[in,out]IpInfoThe pointer to the IP_IO_IP_INFO instance.
[in,out]IpConfigDataThe IP4 or IP6 configure data used to configure the IP instance. If NULL, the IP instance is reset. If UseDefaultAddress is set to TRUE, and the configure operation succeeds, the default address information is written back in this IpConfigData.
Return values
EFI_SUCCESSThe IP instance of this IpInfo was configured successfully, or there is no need to reconfigure it.
OthersThe configuration failed.

Configure the IP instance of this IpInfo and start the receiving if IpConfigData is not NULL.

If IpInfo is NULL, then ASSERT(). If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

Parameters
[in,out]IpInfoPointer to the IP_IO_IP_INFO instance.
[in,out]IpConfigDataThe IP configure data used to configure the IP instance, if NULL the IP instance is reset. If UseDefaultAddress is set to TRUE, and the configure operation succeeds, the default address information is written back in this IpConfigData.
Return values
EFI_SUCCESSThe IP instance of this IpInfo is configured successfully or no need to reconfigure it.
OthersConfiguration fails.

Definition at line 1806 of file DxeIpIoLib.c.

◆ IpIoCreate()

IP_IO *EFIAPI IpIoCreate ( IN EFI_HANDLE  Image,
IN EFI_HANDLE  Controller,
IN UINT8  IpVersion 
)

Create a new IP_IO instance.

If IpVersion is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function uses IP4/IP6 service binding protocol in Controller to create an IP4/IP6 child (aka IP4/IP6 instance).

Parameters
[in]ImageThe image handle of the driver or application that consumes IP_IO.
[in]ControllerThe controller handle that has IP4 or IP6 service binding protocol installed.
[in]IpVersionThe version of the IP protocol to use, either IPv4 or IPv6.
Returns
The pointer to a newly created IP_IO instance, or NULL if failed.

Create a new IP_IO instance.

If IpVersion is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function uses IP4/IP6 service binding protocol in Controller to create an IP4/IP6 child (aka IP4/IP6 instance).

Parameters
[in]ImageThe image handle of the driver or application that consumes IP_IO.
[in]ControllerThe controller handle that has IP4 or IP6 service binding protocol installed.
[in]IpVersionThe version of the IP protocol to use, either IPv4 or IPv6.
Returns
Pointer to a newly created IP_IO instance, or NULL if failed.

Definition at line 1217 of file DxeIpIoLib.c.

◆ IpIoDestroy()

EFI_STATUS EFIAPI IpIoDestroy ( IN OUT IP_IO IpIo)

Destroy an IP_IO instance.

This function is paired with IpIoCreate(). The IP_IO will be closed first. Resource will be freed afterwards. See IpIoClose().

Parameters
[in,out]IpIoThe pointer to the IP_IO instance that needs to be destroyed.
Return values
EFI_SUCCESSThe IP_IO instance was destroyed successfully.
OthersAn error condition occurred.

Destroy an IP_IO instance.

This function is paired with IpIoCreate(). The IP_IO will be closed first. Resource will be freed afterwards. See IpIoCloseProtocolDestroyIpChild().

Parameters
[in,out]IpIoPointer to the IP_IO instance that needs to be destroyed.
Return values
EFI_SUCCESSThe IP_IO instance destroyed successfully.
OthersError condition occurred.

Definition at line 1518 of file DxeIpIoLib.c.

◆ IpIoFindSender()

IP_IO_IP_INFO *EFIAPI IpIoFindSender ( IN OUT IP_IO **  IpIo,
IN UINT8  IpVersion,
IN EFI_IP_ADDRESS Src 
)

Find the first IP protocol maintained in IpIo whose local address is the same as Src.

This function is called when the caller needs the IpIo to send data to the specified Src. The IpIo was added previously by IpIoAddIp().

Parameters
[in,out]IpIoThe pointer to the pointer of the IP_IO instance.
[in]IpVersionThe version of the IP protocol to use, either IPv4 or IPv6.
[in]SrcThe local IP address.
Returns
The pointer to the IP protocol can be used for sending purpose and its local address is the same with Src. NULL if failed.

Find the first IP protocol maintained in IpIo whose local address is the same as Src.

This function is called when the caller needs the IpIo to send data to the specified Src. The IpIo was added previously by IpIoAddIp().

Parameters
[in,out]IpIoPointer to the pointer of the IP_IO instance.
[in]IpVersionThe version of the IP protocol to use, either IPv4 or IPv6.
[in]SrcThe local IP address.
Returns
Pointer to the IP protocol can be used for sending purpose and its local address is the same with Src. NULL if failed.

Definition at line 2043 of file DxeIpIoLib.c.

◆ IpIoGetIcmpErrStatus()

EFI_STATUS EFIAPI IpIoGetIcmpErrStatus ( IN UINT8  IcmpError,
IN UINT8  IpVersion,
OUT BOOLEAN *IsHard  OPTIONAL,
OUT BOOLEAN *Notify  OPTIONAL 
)

Get the ICMP error map information.

The ErrorStatus will be returned. The IsHard and Notify are optional. If they are not NULL, this routine will fill them.

Parameters
[in]IcmpErrorIcmpError Type.
[in]IpVersionThe version of the IP protocol to use, either IPv4 or IPv6.
[out]IsHardIf TRUE, indicates that it is a hard error.
[out]NotifyIf TRUE, SockError needs to be notified.
Return values
EFI_UNSUPPORTEDUnrecognizable ICMP error code
Returns
The ICMP Error Status, such as EFI_NETWORK_UNREACHABLE.

Get the ICMP error map information.

The ErrorStatus will be returned. The IsHard and Notify are optional. If they are not NULL, this routine will fill them.

Parameters
[in]IcmpErrorIcmpError Type.
[in]IpVersionThe version of the IP protocol to use, either IPv4 or IPv6.
[out]IsHardIf TRUE, indicates that it is a hard error.
[out]NotifyIf TRUE, SockError needs to be notified.
Return values
EFI_UNSUPPORTEDUnrecognizable ICMP error code.
Returns
ICMP Error Status, such as EFI_NETWORK_UNREACHABLE.

Definition at line 2109 of file DxeIpIoLib.c.

◆ IpIoOpen()

EFI_STATUS EFIAPI IpIoOpen ( IN OUT IP_IO IpIo,
IN IP_IO_OPEN_DATA OpenData 
)

Open an IP_IO instance for use.

If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function is called after IpIoCreate(). It is used for configuring the IP instance and register the callbacks and their context data for sending and receiving IP packets.

Parameters
[in,out]IpIoThe pointer to an IP_IO instance that needs to open.
[in]OpenDataThe configuration data and callbacks for the IP_IO instance.
Return values
EFI_SUCCESSThe IP_IO instance opened with OpenData successfully.
EFI_ACCESS_DENIEDThe IP_IO instance is configured, avoid to reopen it.
EFI_UNSUPPORTEDIPv4 RawData mode is no supported.
EFI_INVALID_PARAMETERInvalid input parameter.
OthersError condition occurred.

Open an IP_IO instance for use.

If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function is called after IpIoCreate(). It is used for configuring the IP instance and register the callbacks and their context data for sending and receiving IP packets.

Parameters
[in,out]IpIoPointer to an IP_IO instance that needs to open.
[in]OpenDataThe configuration data and callbacks for the IP_IO instance.
Return values
EFI_SUCCESSThe IP_IO instance opened with OpenData successfully.
EFI_ACCESS_DENIEDThe IP_IO instance is configured, avoid to reopen it.
EFI_UNSUPPORTEDIPv4 RawData mode is no supported.
EFI_INVALID_PARAMETERInvalid input parameter.
OthersError condition occurred.

Definition at line 1310 of file DxeIpIoLib.c.

◆ IpIoRefreshNeighbor()

EFI_STATUS EFIAPI IpIoRefreshNeighbor ( IN IP_IO IpIo,
IN EFI_IP_ADDRESS Neighbor,
IN UINT32  Timeout 
)

Refresh the remote peer's Neighbor Cache entries.

This function is called when the caller needs the IpIo to refresh the existing IPv6 neighbor cache entries since the neighbor is considered reachable by the node has recently received a confirmation that packets sent recently to the neighbor were received by its IP layer.

Parameters
[in]IpIoThe pointer to an IP_IO instance
[in]NeighborThe IP address of the neighbor
[in]TimeoutThe time in 100-ns units that this entry will remain in the neighbor cache. A value of zero means that the entry is permanent. A value of non-zero means that the entry is dynamic and will be deleted after Timeout.
Return values
EFI_SUCCESSThe operation completed successfully.
EFI_NOT_STARTEDThe IpIo is not configured.
EFI_INVALID_PARAMETERThe Neighbor Address is invalid.
EFI_NOT_FOUNDThe neighbor cache entry is not in the neighbor table.
EFI_UNSUPPORTEDIP version is IPv4, which doesn't support neighbor cache refresh.
EFI_OUT_OF_RESOURCESFailed due to resource limitations.

Refresh the remote peer's Neighbor Cache entries.

This function is called when the caller needs the IpIo to refresh the existing IPv6 neighbor cache entries since the neighbor is considered reachable by the node has recently received a confirmation that packets sent recently to the neighbor were received by its IP layer.

Parameters
[in]IpIoPointer to an IP_IO instance
[in]NeighborThe IP address of the neighbor
[in]TimeoutTime in 100-ns units that this entry will remain in the neighbor cache. A value of zero means that the entry is permanent. A value of non-zero means that the entry is dynamic and will be deleted after Timeout.
Return values
EFI_SUCCESSThe operation is completed successfully.
EFI_NOT_STARTEDThe IpIo is not configured.
EFI_INVALID_PARAMETERNeighbor Address is invalid.
EFI_NOT_FOUNDThe neighbor cache entry is not in the neighbor table.
EFI_UNSUPPORTEDIP version is IPv4, which doesn't support neighbor cache refresh.
EFI_OUT_OF_RESOURCESFailed due to resource limit.

Definition at line 2224 of file DxeIpIoLib.c.

◆ IpIoRemoveIp()

VOID EFIAPI IpIoRemoveIp ( IN IP_IO IpIo,
IN IP_IO_IP_INFO IpInfo 
)

Destroy an IP instance maintained in IpIo->IpList for sending purpose.

If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function pairs with IpIoAddIp(). The IpInfo is previously created by IpIoAddIp(). The IP_IO_IP_INFO::RefCnt is decremented and the IP instance will be destroyed if the RefCnt is zero.

Parameters
[in]IpIoThe pointer to the IP_IO instance.
[in]IpInfoThe pointer to the IpInfo to be removed.

Destroy an IP instance maintained in IpIo->IpList for sending purpose.

If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function pairs with IpIoAddIp(). The IpInfo is previously created by IpIoAddIp(). The IP_IO_IP_INFO::RefCnt is decremented and the IP instance will be destroyed if the RefCnt is zero.

Parameters
[in]IpIoPointer to the IP_IO instance.
[in]IpInfoPointer to the IpInfo to be removed.

Definition at line 1968 of file DxeIpIoLib.c.

◆ IpIoSend()

EFI_STATUS EFIAPI IpIoSend ( IN OUT IP_IO IpIo,
IN OUT NET_BUF Pkt,
IN IP_IO_IP_INFO *Sender  OPTIONAL,
IN VOID *Context  OPTIONAL,
IN VOID *NotifyData  OPTIONAL,
IN EFI_IP_ADDRESS *Dest  OPTIONAL,
IN IP_IO_OVERRIDE *OverrideData  OPTIONAL 
)

Send out an IP packet.

This function is called after IpIoOpen(). The data to be sent is wrapped in Pkt. The IP instance wrapped in IpIo is used for sending by default but can be overridden by Sender. Other sending configs, like source address and gateway address etc., are specified in OverrideData.

Parameters
[in,out]IpIoPointer to an IP_IO instance used for sending IP packet.
[in,out]PktPointer to the IP packet to be sent.
[in]SenderThe IP protocol instance used for sending.
[in]ContextOptional context data.
[in]NotifyDataOptional notify data.
[in]DestThe destination IP address to send this packet to. This parameter is optional when using IPv6.
[in]OverrideDataThe data to override some configuration of the IP instance used for sending.
Return values
EFI_SUCCESSThe operation is completed successfully.
EFI_INVALID_PARAMETERThe input parameter is not correct.
EFI_NOT_STARTEDThe IpIo is not configured.
EFI_OUT_OF_RESOURCESFailed due to resource limit.
OthersError condition occurred.

Definition at line 1578 of file DxeIpIoLib.c.

◆ IpIoStop()

EFI_STATUS EFIAPI IpIoStop ( IN OUT IP_IO IpIo)

Stop an IP_IO instance.

If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function is paired with IpIoOpen(). The IP_IO will be unconfigured, and all pending send/receive tokens will be canceled.

Parameters
[in,out]IpIoThe pointer to the IP_IO instance that needs to stop.
Return values
EFI_SUCCESSThe IP_IO instance stopped successfully.
EFI_INVALID_PARAMETERInvalid input parameter.
OthersAnrror condition occurred.

Stop an IP_IO instance.

If Ip version is not IP_VERSION_4 or IP_VERSION_6, then ASSERT().

This function is paired with IpIoOpen(). The IP_IO will be unconfigured and all the pending send/receive tokens will be canceled.

Parameters
[in,out]IpIoPointer to the IP_IO instance that needs to stop.
Return values
EFI_SUCCESSThe IP_IO instance stopped successfully.
EFI_INVALID_PARAMETERInvalid input parameter.
OthersError condition occurred.

Definition at line 1436 of file DxeIpIoLib.c.

Variable Documentation

◆ mIp4IoDefaultIpConfigData

EFI_IP4_CONFIG_DATA mIp4IoDefaultIpConfigData
extern

Definition at line 26 of file DxeIpIoLib.c.

◆ mIp6IoDefaultIpConfigData

EFI_IP6_CONFIG_DATA mIp6IoDefaultIpConfigData
extern

Definition at line 47 of file DxeIpIoLib.c.