Home
last modified time | relevance | path

Searched refs:ISLEAF (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dart.c247 if (ISLEAF(entry)) in art_match()
264 KASSERT(ISLEAF(dflt)); in art_match()
270 KASSERT(ISLEAF(entry)); in art_match()
312 if (ISLEAF(entry)) in art_lookup()
323 if (!ISLEAF(entry)) in art_lookup()
384 if (ISLEAF(node)) { in art_insert()
413 if (!ISLEAF(node)) in art_table_insert()
475 if (ISLEAF(node)) in art_delete()
503 if (!ISLEAF(node)) in art_table_delete()
641 if (!ISLEAF(node)) { in art_table_walk()
[all …]
H A Dart.h47 #define ISLEAF(e) (((unsigned long)(e) & 1) == 0) macro
/openbsd/usr.bin/netstat/
H A Droute.c246 if (!ISLEAF(node)) { in p_table()