Lines Matching full:routing
94 /// Set to TRUE to use the default IPv4 address and default routing table.
174 /// Number of entries in the routing table.
178 /// Routing table entries.
391 Adds and deletes routing table entries.
393 The Routes() function adds a route to or deletes a route from the routing table.
405 nonroute entry will be inserted into the routing table for outgoing packets that
408 Each EFI IPv4 Protocol instance has its own independent routing table. Those EFI
410 of the routing table that was provided by the EFI_IP4_CONFIG_PROTOCOL, and these
412 instances. As a result, client modification to the routing table will be lost.
415 @param DeleteRoute Set to TRUE to delete this route from the routing table. Set to
416 FALSE to add this route to the routing table. SubnetAddress
434 @retval EFI_OUT_OF_RESOURCES Could not add the entry to the routing table.
435 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
436 @retval EFI_ACCESS_DENIED The route is already defined in the routing table (when