Searched refs:art_table (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/net/ |
| D | art.c | 40 int art_bindex(struct art_table *, const uint8_t *, int); 41 void art_allot(struct art_table *at, int, struct art_node *, 43 struct art_table *art_table_get(struct art_root *, struct art_table *, 45 struct art_table *art_table_put(struct art_root *, struct art_table *); 46 struct art_node *art_table_insert(struct art_root *, struct art_table *, 48 struct art_node *art_table_delete(struct art_root *, struct art_table *, 50 struct art_table *art_table_ref(struct art_root *, struct art_table *); 51 int art_table_free(struct art_root *, struct art_table *); 52 int art_table_walk(struct art_root *, struct art_table *, 62 struct art_table *art_table_gc_list = NULL; [all …]
|
| D | art.h | 48 #define SUBTABLE(e) ((struct art_table *)((unsigned long)(e) & ~1)) 54 struct art_table { struct 55 struct art_table *at_parent; /* Parent table */ argument
|
| /openbsd/src/usr.bin/netstat/ |
| D | route.c | 70 static struct art_node *getdefault(struct art_table *); 71 static void p_table(struct art_table *); 199 getdefault(struct art_table *at) in getdefault() 202 struct art_table table; in getdefault() 220 p_table(struct art_table *at) in p_table() 223 struct art_table *nat, table; in p_table()
|