Searched refs:Routes (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcSupport.c59 @retval Others Please examine the function Udp4->Routes(Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway) returns.
96 Status = Udp4->Routes (Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4.h385 The Routes() function adds a route to or deletes a route from the routing table.
387 Routes are determined by comparing the SubnetAddress with the destination IPv4
594 EFI_IP4_ROUTES Routes; member in struct:_EFI_IP4_PROTOCOL
H A DTcp4.h556 EFI_TCP4_ROUTES Routes; member in struct:_EFI_TCP4_PROTOCOL
H A DUdp4.h235 The Routes() function adds a route to or deletes a route from the routing table.
236 Routes are determined by comparing the SubnetAddress with the destination IP
427 EFI_UDP4_ROUTES Routes; member in struct:_EFI_UDP4_PROTOCOL
H A DIp6.h674 The Routes() function adds a route to or deletes a route from the routing table.
676 Routes are determined by comparing the leftmost PrefixLength bits of Destination with
940 EFI_IP6_ROUTES Routes; member in struct:_EFI_IP6_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiTcp4Io.c140 Status = Tcp4->Routes (Tcp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, &ConfigData->Gateway);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Rrq.c436 Status = McastIo->Protocol.Udp4->Routes (
H A DMtftp4Impl.c314 Status = UdpIo->Protocol.Udp4->Routes (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Dispatcher.c48 return Ip4->Routes (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Main.c398 The Routes() function adds a route to or deletes a route from the routing table.
399 Routes are determined by comparing the SubnetAddress with the destination IP
465 return Ip->Routes (Ip, DeleteRoute, SubnetAddress, SubnetMask, GatewayAddress);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c46 return Ip.Ip4->Routes (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c272 Status = Tcp4->Routes (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c373 UdpIo->Protocol.Udp4->Routes (UdpIo->Protocol.Udp4, FALSE, &Subnet, &Subnet, &Gateway);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c542 Status = Udp4->Routes (Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1303 Status = IpIo->Ip.Ip4->Routes (

Completed in 70 milliseconds