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

  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Main.c 150 EFI_IP6_CONFIG_DATA Ip6ConfigData;
211 Udp6BuildIp6ConfigData (UdpConfigData, &Ip6ConfigData);
216 Status = IpIoConfigIp (Instance->IpInfo, &Ip6ConfigData);
235 IP6_COPY_ADDRESS (&Instance->ConfigData.StationAddress, &Ip6ConfigData.StationAddress);
Udp6Impl.c 726 @param[in, out] Ip6ConfigData Pointer to the EFI_IP6_CONFIG_DATA.
732 IN OUT EFI_IP6_CONFIG_DATA *Ip6ConfigData
736 Ip6ConfigData,
740 Ip6ConfigData->DefaultProtocol = EFI_IP_PROTO_UDP;
741 Ip6ConfigData->AcceptPromiscuous = Udp6ConfigData->AcceptPromiscuous;
742 IP6_COPY_ADDRESS (&Ip6ConfigData->StationAddress, &Udp6ConfigData->StationAddress);
743 IP6_COPY_ADDRESS (&Ip6ConfigData->DestinationAddress, &Udp6ConfigData->RemoteAddress);
747 Ip6ConfigData->ReceiveTimeout = (UINT32) (-1);
    [all...]
Udp6Impl.h 462 @param[in, out] Ip6ConfigData Pointer to the EFI_IP6_CONFIG_DATA.
468 IN OUT EFI_IP6_CONFIG_DATA *Ip6ConfigData
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.c 575 function with Ip6ConfigData set to NULL), no more traffic can be sent or received until these
580 If Ip6ConfigData.StationAddress is a valid non-zero IPv6 unicast address, it is required
582 EFI_INVALID_PARAMETER will be returned. If Ip6ConfigData.StationAddress is
585 address list in the EFI IPv6 driver. If both Ip6ConfigData.StationAddress and
586 Ip6ConfigData.Destination are unspecified, when transmitting the packet afterwards, the
594 @param[in] Ip6ConfigData Pointer to the EFI IPv6 Protocol configuration data structure.
600 - Ip6ConfigData.StationAddress is neither zero nor
602 - Ip6ConfigData.StationAddress is neither zero nor
604 - Ip6ConfigData.DefaultProtocol is illegal.
613 Ip6ConfigData.DefaulProtocol isn't supported.
    [all...]
Ip6Impl.h 383 function with Ip6ConfigData set to NULL), no more traffic can be sent or received until these
388 If Ip6ConfigData.StationAddress is a valid non-zero IPv6 unicast address, it is required
390 EFI_INVALID_PARAMETER will be returned. If Ip6ConfigData.StationAddress is
393 If both Ip6ConfigData.StationAddress and Ip6ConfigData.Destination are unspecified, when
402 @param[in] Ip6ConfigData The pointer to the EFI IPv6 Protocol configuration data structure.
408 - Ip6ConfigData.StationAddress is neither zero nor
410 - Ip6ConfigData.StationAddress is neither zero nor
412 - Ip6ConfigData.DefaultProtocol is illegal.
421 Ip6ConfigData.DefaulProtocol isn't supported.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 588 function with Ip6ConfigData set to NULL), no more traffic can be sent or received until these
593 If Ip6ConfigData.StationAddress is a valid non-zero IPv6 unicast address, it is required
595 EFI_INVALID_PARAMETER will be returned. If Ip6ConfigData.StationAddress is
598 address list in the EFI IPv6 driver. If both Ip6ConfigData.StationAddress and
599 Ip6ConfigData.Destination are unspecified, when transmitting the packet afterwards, the
607 @param[in] Ip6ConfigData Pointer to the EFI IPv6 Protocol configuration data structure.
612 - Ip6ConfigData.StationAddress is neither zero nor
614 - Ip6ConfigData.StationAddress is neither zero nor
616 - Ip6ConfigData.DefaultProtocol is illegal.
625 Ip6ConfigData.DefaulProtocol isn't supported.
    [all...]

Completed in 519 milliseconds