Home
last modified time | relevance | path

Searched refs:rn_left (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/
H A Dradix.c165 x = x->rn_left; in rn_search()
189 x = x->rn_left; in rn_search_m()
502 x = x->rn_left; in rn_insert()
512 tt = t->rn_left; in rn_insert()
514 p->rn_left = t; in rn_insert()
523 t->rn_left = x; in rn_insert()
803 x = t->rn_left; in rn_addroute()
968 t->rn_left = x; in rn_delete()
1007 x = t->rn_left; in rn_delete()
1012 p->rn_left = x; in rn_delete()
[all …]
H A Dradix.h83 #define rn_left rn_u.rn_node.rn_Left macro
/dragonfly/usr.bin/netstat/
H A Droute.c274 size_cols_tree(rnode.rn_left); in size_cols_tree()
468 p_tree(rnode.rn_left, is_rtentry); in p_tree()
490 (u_long)rnode->rn_left, (u_long)rnode->rn_right); in p_rtnode()
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c359 bootpboot_p_tree(rn->rn_left); in bootpboot_p_tree()