Searched defs:art_node (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sys/net/ |
H A D | art.h | 87 struct art_node { struct 90 struct art_node *an__gc; /* Entry on GC list */ argument 99 struct art_node *art_insert(struct art_root *, struct art_node *, const void *, argument
|
H A D | art.c | 573 art_walk(struct art_root *ar, int (*f)(struct art_node *, void *), void *arg) in art_walk() 605 int (*f)(struct art_node *, void *), void *arg) in art_table_walk() 669 int (*f)(struct art_node *, void *), void *arg) in art_walk_apply()
|