Home | History | Annotate | Download | only in routing

Lines Matching refs:step

54      * Provides the next step.
61 * either the next step to perform, or success, or failure.
70 int step = UNREACHABLE;
73 step = firstStep(plan);
75 step = proxiedStep(plan, fact);
77 step = directStep(plan, fact);
79 return step;
85 * Determines the first step to establish a route.
89 * @return the first step
99 * Determines the next step to establish a direct connection.
105 * either the next step to perform, or success, or failure
134 * Determines the next step to establish a connection via proxy.
140 * either the next step to perform, or success, or failure