Lines Matching full:routing
88 /// Set to TRUE to use the default IPv4 address and default routing table.
167 /// Number of entries in the routing table.
171 /// Routing table entries.
381 Adds and deletes routing table entries.
383 The Routes() function adds a route to or deletes a route from the routing table.
395 nonroute entry will be inserted into the routing table for outgoing packets that
398 Each EFI IPv4 Protocol instance has its own independent routing table. Those EFI
400 of the routing table that was provided by the EFI_IP4_CONFIG_PROTOCOL, and these
402 instances. As a result, client modification to the routing table will be lost.
405 @param DeleteRoute Set to TRUE to delete this route from the routing table. Set to
406 FALSE to add this route to the routing table. SubnetAddress
424 @retval EFI_OUT_OF_RESOURCES Could not add the entry to the routing table.
425 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
426 @retval EFI_ACCESS_DENIED The route is already defined in the routing table (when