OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:froutes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
route.c
78
static size_t
froutes
;
variable
254
rb_tree_init(&ctx->
froutes
, &rt_compare_free_ops);
318
assert(&ctx->
froutes
!= rts);
359
rt_headfree(&ctx->
froutes
);
361
logdebugx("free route list used %zu times",
froutes
);
375
if ((rt = RB_TREE_MIN(&ctx->
froutes
)) != NULL) {
376
rb_tree_remove_node(&ctx->
froutes
, rt);
451
rb_tree_insert_node(&ctx->
froutes
, rt);
454
froutes
++;
dhcpcd.h
146
rb_tree_t
froutes
; /* free routes for re-use */
member in struct:dhcpcd_ctx
Completed in 17 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026