Home | History | Annotate | Download | only in Protocol

Lines Matching full:routing

234 /// is the entry structure that is used in routing tables

356 /// Number of entries in the routing table. Undefined until
361 /// Routing table entries. It is caller's responsibility to free this buffer.
674 Adds and deletes routing table entries.
676 The Routes() function adds a route to or deletes a route from the routing table.
685 All EFI IPv6 Protocol instances share a routing table.
688 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table. Set to
689 FALSE to add this route to the routing table. Destination,
708 @retval EFI_OUT_OF_RESOURCES Could not add the entry to the routing table.
709 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
710 @retval EFI_ACCESS_DENIED The route is already defined in the routing table (when