Home
last modified time | relevance | path

Searched refs:next_route (Results 1 – 7 of 7) sorted by relevance

/dports/net/radvd/radvd-2.19/
H A Dinterface.c401 struct AdvRoute *next_route = route->next; in free_iface_list() local
404 route = next_route; in free_iface_list()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_asbr.c209 struct ospf6_route *old_route, *next_route; in ospf6_asbr_update_route_ecmp_path() local
220 for (old_route = old; old_route; old_route = next_route) { in ospf6_asbr_update_route_ecmp_path()
223 next_route = old_route->next; in ospf6_asbr_update_route_ecmp_path()
318 old = next_route; in ospf6_asbr_update_route_ecmp_path()
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_asbr.c209 struct ospf6_route *old_route, *next_route; in ospf6_asbr_update_route_ecmp_path() local
220 for (old_route = old; old_route; old_route = next_route) { in ospf6_asbr_update_route_ecmp_path()
223 next_route = old_route->next; in ospf6_asbr_update_route_ecmp_path()
318 old = next_route; in ospf6_asbr_update_route_ecmp_path()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/ServiceRegistration/
H A Droute.c1472 char *table, *next_route, *end; in route_fetch() local
1502 for (next_route = table; next_route < end; next_route = next_route + route->rtm_msglen) { in route_fetch()
1503 route = (struct rt_msghdr2 *)next_route; in route_fetch()
1504 if (route->rtm_msglen + next_route > end) { in route_fetch()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nua/
H A Dnua_params.c933 #define next_route(r) (&(r)->r_next) in nhp_set_tags() macro
936 next_route, in nhp_set_tags()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nua/
H A Dnua_params.c938 #define next_route(r) (&(r)->r_next) in nhp_set_tags() macro
941 next_route, in nhp_set_tags()
/dports/net/kamailio/kamailio-5.4.5/misc/examples/pkg/
H A Dsip-router-oob.cfg949 if (@rr.next_route != "") {