For each protocol rt-proto indexed in the rtprotos_ array, this routine invokes Agent/rtProto/rt-proto init-all rtprotos_(rt-proto).
If there are no elements in rtprotos_, the routine invokes Static routing, as Agent/rtProto/Static init-all.
The procedure is used by the static route computation procedure to query the computed routes and populate the routes at each of the nodes. It is also used by the multicast routing protocols to perform the appropriate RPF check.
Note that this procedure overloads an instproc-like of the same name. The procedure queries the appropriate rtObject entities if they exist (which they will if dynamic routing strategies are used in the simulation); otherwise, the procedure invokes the instproc-like to obtain the relevant information.