Lines Matching full:routing
469 Adds and deletes routing table entries.
471 The Routes() function adds a route to or deletes a route from the routing table.
480 All EFI IPv6 Protocol instances share a routing table.
483 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table. Set to
484 FALSE to add this route to the routing table. Destination,
505 @retval EFI_OUT_OF_RESOURCES Could not add the entry to the routing table.
506 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
507 @retval EFI_ACCESS_DENIED The route is already defined in the routing table (when