Home
last modified time | relevance | path

Searched refs:rm_leaf (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sbin/routed/
H A Dradix.c306 return (m->rm_leaf); in rn_match()
511 m->rm_leaf = tt; in rn_new_radix_mask()
642 mmask = m->rm_leaf->rn_mask; in rn_addroute()
698 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete()
H A Dradix.h100 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
/netbsd-src/sys/net/
H A Dradix.h93 #define rm_leaf rm_rmu.rmu_leaf /* extra field would make 32 bytes */ macro
H A Dradix.c328 return m->rm_leaf; in rn_match()
587 m->rm_leaf = tt; in rn_new_radix_mask()
733 mmask = m->rm_leaf->rn_mask; in rn_addroute()
791 if (m->rm_leaf != tt || m->rm_refs > 0) { in rn_delete1()
/netbsd-src/usr.bin/netstat/
H A Droute.c207 kget(rmask.rm_leaf, rnode_aux); in p_rtnode()