HomeSort by relevance Sort by last modified time
    Searched refs:Routes (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcSupport.c 59 @retval Others Please examine the function Udp4->Routes(Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway) returns.
96 Status = Udp4->Routes (Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
Ip4.h 231 EFI_IP4_ROUTES Routes;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 233 EFI_TCP4_ROUTES Routes;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 203 EFI_UDP4_ROUTES Routes;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4.h 393 The Routes() function adds a route to or deletes a route from the routing table.
395 Routes are determined by comparing the SubnetAddress with the destination IPv4
401 other routes.
602 EFI_IP4_ROUTES Routes;
Tcp4.h 564 EFI_TCP4_ROUTES Routes;
Udp4.h 243 The Routes() function adds a route to or deletes a route from the routing table.
244 Routes are determined by comparing the SubnetAddress with the destination IP
249 other routes.
435 EFI_UDP4_ROUTES Routes;
Ip6.h 676 The Routes() function adds a route to or deletes a route from the routing table.
678 Routes are determined by comparing the leftmost PrefixLength bits of Destination with
683 default route matches all destination IPv6 addresses that do not match any other routes.
    [all...]
  /external/syslinux/efi32/include/efi/
efiip.h 203 EFI_IP4_ROUTES Routes;
451 EFI_IP6_ROUTES Routes;
efiudp.h 152 EFI_UDP4_ROUTES Routes;
efitcp.h 209 EFI_TCP4_ROUTES Routes;
  /external/syslinux/efi64/include/efi/
efiip.h 203 EFI_IP4_ROUTES Routes;
451 EFI_IP6_ROUTES Routes;
efiudp.h 152 EFI_UDP4_ROUTES Routes;
efitcp.h 209 EFI_TCP4_ROUTES Routes;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiip.h 203 EFI_IP4_ROUTES Routes;
451 EFI_IP6_ROUTES Routes;
efiudp.h 152 EFI_UDP4_ROUTES Routes;
efitcp.h 209 EFI_TCP4_ROUTES Routes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiTcp4Io.c 140 Status = Tcp4->Routes (Tcp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, &ConfigData->Gateway);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Rrq.c 437 Status = McastIo->Protocol.Udp4->Routes (
Mtftp4Impl.c 328 Status = UdpIo->Protocol.Udp4->Routes (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Main.c 397 The Routes() function adds a route to or deletes a route from the routing table.
398 Routes are determined by comparing the SubnetAddress with the destination IP
403 other routes.
464 return Ip->Routes (Ip, DeleteRoute, SubnetAddress, SubnetMask, GatewayAddress);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Dispatcher.c 49 return Ip4->Routes (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DxeTcpIoLib.c 272 Status = Tcp4->Routes (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.c 373 UdpIo->Protocol.Udp4->Routes (UdpIo->Protocol.Udp4, FALSE, &Subnet, &Subnet, &Gateway);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDispatcher.c 47 return Ip.Ip4->Routes (

Completed in 263 milliseconds

1 2