Home
last modified time | relevance | path

Searched refs:kroutes (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/webmin/webmin-1.981/pptp-client/
H A Dedit.cgi78 push(@kroutes, [ 1, $1, $2, $3 ]);
82 push(@kroutes, [ 1, $1, $3, $2 ]);
86 push(@kroutes, [ 1, $1, $2, 'GW' ]);
90 push(@kroutes, [ 1, $1, $3, 'GW' ]);
95 push(@kroutes, [ 2, $1, undef, $2 ]);
99 push(@kroutes, [ 2, $1, undef, 'GW' ]);
146 foreach $r (@kroutes, [ 0, undef, undef, 'GW' ]) {
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Droute.c533 ort = rb_tree_find_node(kroutes, nrt); in rt_add()
636 rb_tree_remove_node(kroutes, ort); in rt_add()
666 rt_doroute(rb_tree_t *kroutes, struct rt *rt) in rt_doroute() argument
683 if (!rt_add(kroutes, rt, or)) in rt_doroute()
690 or = rb_tree_find_node(kroutes, rt); in rt_doroute()
696 if (!rt_add(kroutes, rt, NULL)) in rt_doroute()
707 rb_tree_t routes, added, kroutes; in rt_build() local
713 rb_tree_init(&kroutes, &rt_compare_os_ops); in rt_build()
714 if_initrt(ctx, &kroutes, af); in rt_build()
751 if (rt_doroute(&kroutes, rt)) { in rt_build()
[all …]
H A Dif-linux.c1666 rb_tree_t *kroutes = arg; in _if_initrt() local
1675 if (rb_tree_insert_node(kroutes, rtn) != rtn) in _if_initrt()
1681 if_initrt(struct dhcpcd_ctx *ctx, rb_tree_t *kroutes, int af) in if_initrt() argument
1692 &_if_initrt, kroutes); in if_initrt()
H A Dif-bsd.c918 if_initrt(struct dhcpcd_ctx *ctx, rb_tree_t *kroutes, int af) in if_initrt() argument
960 if (rb_tree_insert_node(kroutes, rtn) != rtn) in if_initrt()
/dports/net/mrouted/mrouted-3.9.8/
H A Dprune.c29 unsigned int kroutes; /* current number of cache entries */ variable
266 kroutes--; in remove_sources()
535 kroutes = 0; in init_ktable()
678 kroutes++; in add_table_entry()
727 kroutes--; in reset_neighbor_state()
804 kroutes--; in del_table_entry()
862 kroutes--; in del_table_entry()
1555 kroutes--; in steal_sources()
1583 kroutes--; in steal_sources()
1788 kroutes--; in age_table_entry()
[all …]
H A Ddefs.h322 extern unsigned kroutes;