Lines Matching full:deleteroute
802 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table. Set to
817 - When DeleteRoute is TRUE, both Destination and
819 - When DeleteRoute is FALSE, either Destination or
825 @retval EFI_NOT_FOUND This route is not in the routing table (when DeleteRoute is TRUE).
827 DeleteRoute is FALSE).
834 IN BOOLEAN DeleteRoute,
860 if (DeleteRoute && (Destination == NULL) && (GatewayAddress == NULL)) {
864 if (!DeleteRoute && (Destination == NULL || GatewayAddress == NULL)) {
885 if (DeleteRoute) {