HomeSort by relevance Sort by last modified time
    Searched defs:IpVersion (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDriver.h 33 UINT8 IpVersion;
Socket.h 430 UINT8 IpVersion;
504 UINT8 IpVersion;
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.h 174 UINT8 IpVersion;
239 @param[in] IpVersion IP_VERSION_4 or IP_VERSION_6.
255 IN UINT8 IpVersion,
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.h 67 UINT8 IpVersion;
195 @param IpVersion IpVersion for this service
210 IN UINT8 IpVersion,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 126 @param[in] IpVersion The version of the IP protocol to use, either
140 IN UINT8 IpVersion,
148 if (IpVersion == IP_VERSION_4) {
151 } else if (IpVersion == IP_VERSION_6){
204 @param[in] IpVersion The version of the IP protocol to use, either
217 IN UINT8 IpVersion
224 if (IpVersion == IP_VERSION_4) {
227 } else if (IpVersion == IP_VERSION_6) {
284 ASSERT (IpIo->IpVersion == IP_VERSION_4);
415 ASSERT (IpIo->IpVersion == IP_VERSION_6);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 173 UINT8 IpVersion; ///< The IP version of the received packet.
263 UINT8 IpVersion;
306 UINT8 IpVersion;
319 @param[in] IpVersion The version of the IP protocol to use, either
330 IN UINT8 IpVersion
514 @param[in] IpVersion The version of the IP protocol to use, either
526 IN UINT8 IpVersion,
537 @param[in] IpVersion The version of the IP protocol to use,
549 IN UINT8 IpVersion,
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c     [all...]
Payload.c 222 UINT8 IpVersion;
239 IpVersion = CommonSession->UdpService->IpVersion;
240 AddrSize = (UINT8) ((IpVersion == IP_VERSION_4) ? sizeof(EFI_IPv4_ADDRESS) : sizeof(EFI_IPv6_ADDRESS));
258 Id->IdType = (UINT8) ((IpVersion == IP_VERSION_4) ? IKEV2_ID_TYPE_IPV4_ADDR : IKEV2_ID_TYPE_IPV6_ADDR);
864 UINT8 IpVersion;
884 IpVersion = ChildSa->SessionCommon.UdpService->IpVersion;
889 AddrSize = (UINT8)((IpVersion == IP_VERSION_4) ? sizeof (EFI_IPv4_ADDRESS) : sizeof (EFI_IPv6_ADDRESS));
898 TsSelector->TSType = (UINT8)((IpVersion == IP_VERSION_4) ? IKEV2_TS_TYPE_IPV4_ADDR_RANGE : IKEV2_TS_TYPS_IPV6_ADDR_RANGE);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
Ike.h 200 UINT8 IpVersion;

Completed in 151 milliseconds