Home
last modified time | relevance | path

Searched refs:rnh_nodes (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/routed/
H A Dradix.h129 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member
H A Dradix.c416 return (mask_rnhead->rnh_nodes); in rn_addmask()
430 return (mask_rnhead->rnh_nodes); in rn_addmask()
851 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()
852 ttt = rnh->rnh_nodes + 2; in rn_inithead()
/freebsd/sys/net/
H A Dradix.h137 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member
H A Droute.c108 rn_inithead_internal(&rh->head, rh->rnh_nodes, offset); in rt_table_init()
H A Dradix.c1157 rn_inithead_internal(&rnh->rh, rnh->rnh_nodes, off); in rn_inithead()
/freebsd/sys/net/route/
H A Droute_var.h60 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member