Searched refs:rn_right (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dradix.c166 x = x->rn_right;
186 x = x->rn_right;
304 t = t->rn_right;
416 t->rn_parent = t->rn_right = NULL;
470 x = x->rn_right;
484 p->rn_right = t;
488 t->rn_right = x;
490 t->rn_right = tt;
705 x->rn_right = tt;
734 if (t->rn_right
[all...]
H A Dradix.h83 #define rn_right rn_u.rn_node.rn_R macro
/freebsd-10.1-release/usr.bin/netstat/
H A Droute.c290 rn = rnode.rn_right;
494 rn = rnode.rn_right;
516 printf("%6.6s %8.8lx : %8.8lx", nbuf, (u_long)rnode.rn_left, (u_long)rnode.rn_right);
/freebsd-10.1-release/sys/nfs/
H A Dbootp_subr.c362 bootpboot_p_tree(rn->rn_right);

Completed in 101 milliseconds