/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
H A D | 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);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | Ip4.h | 385 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 D | Tcp4.h | 556 EFI_TCP4_ROUTES Routes; member in struct:_EFI_TCP4_PROTOCOL
|
H A D | Udp4.h | 235 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 D | Ip6.h | 674 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 D | IScsiTcp4Io.c | 140 Status = Tcp4->Routes (Tcp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, &ConfigData->Gateway);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
H A D | Mtftp4Rrq.c | 436 Status = McastIo->Protocol.Udp4->Routes (
|
H A D | Mtftp4Impl.c | 314 Status = UdpIo->Protocol.Udp4->Routes (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | Tcp4Dispatcher.c | 48 return Ip4->Routes (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/ |
H A D | Udp4Main.c | 398 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 D | TcpDispatcher.c | 46 return Ip.Ip4->Routes (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/ |
H A D | DxeTcpIoLib.c | 272 Status = Tcp4->Routes (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Io.c | 373 UdpIo->Protocol.Udp4->Routes (UdpIo->Protocol.Udp4, FALSE, &Subnet, &Subnet, &Gateway);
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/ |
H A D | PxeBcSupport.c | 542 Status = Udp4->Routes (Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/ |
H A D | DxeIpIoLib.c | 1303 Status = IpIo->Ip.Ip4->Routes (
|