Home
last modified time | relevance | path

Searched refs:first_route (Results 1 – 8 of 8) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Ddlg.c240 _d->hooks.first_route = _d->route_set; in calculate_hooks()
245 _d->hooks.first_route = _d->route_set->next; in calculate_hooks()
269 _d->hooks.first_route = 0; in calculate_hooks()
1186 for(ptr = _d->hooks.first_route; ptr; ptr = ptr->next) { in calculate_routeset_length()
1191 if(_d->hooks.first_route) in calculate_routeset_length()
1211 ptr = _d->hooks.first_route; in print_routeset()
1230 if(_d->hooks.first_route) { in print_routeset()
1242 if(_d->hooks.first_route || _d->hooks.last_route) { in print_routeset()
1332 if(_d->hooks.first_route) in print_dlg()
1333 fprintf(out, "hooks.first_route: '%.*s'\n", _d->hooks.first_route->len, in print_dlg()
[all …]
H A Ddlg.h99 rr_t *first_route; /* First route to be printed into the message */ member
H A Drpc_uac.c455 if (d->hooks.first_route == 0){ in rpc_print_routes()
460 for (ptr=d->hooks.first_route; ptr; ptr=ptr->next) in rpc_print_routes()
475 for (ptr=d->hooks.first_route; ptr; ptr=ptr->next){ in rpc_print_routes()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Routing/
H A DUrlGeneratorTest.php91 $first_route = new Route('/test/one');
97 $routes->add('test_1', $first_route);
114 'return' => $first_route,
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Routing/
H A DUrlGeneratorTest.php91 $first_route = new Route('/test/one');
97 $routes->add('test_1', $first_route);
114 'return' => $first_route,
/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/iosxr/
H A Diosxr.py1853 first_route = True
1864 "current_active": first_route,
1870 first_route = False
/dports/net/kamailio/kamailio-5.4.5/src/modules/seas/
H A Dseas_action.c1234 _d->hooks.first_route = _d->route_set; in calculate_hooks()
1238 _d->hooks.first_route = _d->route_set->next; in calculate_hooks()
/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/iosxr_netconf/
H A Diosxr_netconf.py2569 first_route = True
2584 {"current_active": first_route, "next_hop": next_hop}
2587 first_route = False