Searched defs:DeleteRoute (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Main.h72 BOOLEAN DeleteRoute; member in struct:_TCP4_ROUTE_INFO
183 @param DeleteRoute If TRUE, delete the specified route from routing
212 IN BOOLEAN DeleteRoute,
H A DTcp4Main.c234 @param DeleteRoute If TRUE, delete the specified route from routing
263 IN BOOLEAN DeleteRoute,
278 RouteInfo.DeleteRoute = DeleteRoute;
261 Tcp4Routes( IN EFI_TCP4_PROTOCOL *This, IN BOOLEAN DeleteRoute, IN EFI_IPv4_ADDRESS *SubnetAddress, IN EFI_IPv4_ADDRESS *SubnetMask, IN EFI_IPv4_ADDRESS *GatewayAddress ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Main.c417 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table.
437 IN BOOLEAN DeleteRoute,
465 return Ip->Routes (Ip, DeleteRoute, SubnetAddress, SubnetMask, GatewayAddress);
435 Udp4Routes( IN EFI_UDP4_PROTOCOL *This, IN BOOLEAN DeleteRoute, IN EFI_IPv4_ADDRESS *SubnetAddress, IN EFI_IPv4_ADDRESS *SubnetMask, IN EFI_IPv4_ADDRESS *GatewayAddress ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMain.c191 @param[in] DeleteRoute If TRUE, delete the specified route from routing
216 IN BOOLEAN DeleteRoute,
231 RouteInfo.DeleteRoute = DeleteRoute;
214 Tcp4Routes( IN EFI_TCP4_PROTOCOL *This, IN BOOLEAN DeleteRoute, IN EFI_IPv4_ADDRESS *SubnetAddress, IN EFI_IPv4_ADDRESS *SubnetMask, IN EFI_IPv4_ADDRESS *GatewayAddress ) argument
H A DTcpMain.h87 BOOLEAN DeleteRoute; member in struct:_TCP4_ROUTE_INFO
164 @param[in] DeleteRoute If TRUE, delete the specified route from routing
189 IN BOOLEAN DeleteRoute,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c806 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table. Set to
821 - When DeleteRoute is TRUE, both Destination and
823 - When DeleteRoute is FALSE, either Destination or
829 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
831 DeleteRoute is FALSE).
838 IN BOOLEAN DeleteRoute,
864 if (DeleteRoute && (Destination == NULL) && (GatewayAddress == NULL)) {
868 if (!DeleteRoute && (Destination == NULL || GatewayAddress == NULL)) {
889 if (DeleteRoute) {
836 EfiIp6Routes( IN EFI_IP6_PROTOCOL *This, IN BOOLEAN DeleteRoute, IN EFI_IPv6_ADDRESS *Destination OPTIONAL, IN UINT8 PrefixLength, IN EFI_IPv6_ADDRESS *GatewayAddress OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c158 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table. Set to
178 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
180 DeleteRoute is FALSE).
187 IN BOOLEAN DeleteRoute,
1486 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table. Set to
1506 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
1508 DeleteRoute is FALSE).
1515 IN BOOLEAN DeleteRoute,
1576 if (DeleteRoute) {
1513 EfiIp4Routes( IN EFI_IP4_PROTOCOL *This, IN BOOLEAN DeleteRoute, IN EFI_IPv4_ADDRESS *SubnetAddress, IN EFI_IPv4_ADDRESS *SubnetMask, IN EFI_IPv4_ADDRESS *GatewayAddress ) argument

Completed in 47 milliseconds