OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Udp6ConfigData
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
ComponentName.c
252
EFI_UDP6_CONFIG_DATA
Udp6ConfigData
;
261
Status = Udp6->GetModeData (Udp6, &
Udp6ConfigData
, NULL, NULL, NULL);
265
Udp6ConfigData
.StationPort,
266
Udp6ConfigData
.RemotePort
Udp6Main.c
35
@param[out]
Udp6ConfigData
The buffer in which the current UDP configuration
48
@retval EFI_NOT_STARTED When
Udp6ConfigData
is queried, no configuration
58
OUT EFI_UDP6_CONFIG_DATA *
Udp6ConfigData
OPTIONAL,
75
if (!Instance->Configured && (
Udp6ConfigData
!= NULL)) {
81
if (
Udp6ConfigData
!= NULL) {
83
// Set the
Udp6ConfigData
.
85
CopyMem (
Udp6ConfigData
, &Instance->ConfigData, sizeof (EFI_UDP6_CONFIG_DATA));
Udp6Impl.h
189
@param[out]
Udp6ConfigData
The buffer in which the current UDP configuration
202
@retval EFI_NOT_STARTED When
Udp6ConfigData
is queried, no configuration
212
OUT EFI_UDP6_CONFIG_DATA *
Udp6ConfigData
OPTIONAL,
459
This function builds the Ip6 configdata from the
Udp6ConfigData
.
461
@param[in]
Udp6ConfigData
Pointer to the EFI_UDP6_CONFIG_DATA.
467
IN EFI_UDP6_CONFIG_DATA *
Udp6ConfigData
,
Udp6Impl.c
723
This function builds the Ip6 configdata from the
Udp6ConfigData
.
725
@param[in]
Udp6ConfigData
Pointer to the EFI_UDP6_CONFIG_DATA.
731
IN EFI_UDP6_CONFIG_DATA *
Udp6ConfigData
,
741
Ip6ConfigData->AcceptPromiscuous =
Udp6ConfigData
->AcceptPromiscuous;
742
IP6_COPY_ADDRESS (&Ip6ConfigData->StationAddress, &
Udp6ConfigData
->StationAddress);
743
IP6_COPY_ADDRESS (&Ip6ConfigData->DestinationAddress, &
Udp6ConfigData
->RemoteAddress);
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp6.h
310
@param[out]
Udp6ConfigData
The buffer in which the current UDP configuration data is returned.
317
@retval EFI_NOT_STARTED When
Udp6ConfigData
is queried, no configuration data is available
326
OUT EFI_UDP6_CONFIG_DATA *
Udp6ConfigData
OPTIONAL,
Completed in 178 milliseconds