Searched refs:treenodes (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/netatalk/ |
H A D | at_rmx.c | 83 struct radix_node * treenodes) in at_addroute() argument 89 printf("at_addroute: head=%p treenodes=%p\n", head, treenodes); in at_addroute() 91 rn = rn_addroute(v_arg, n_arg, head, treenodes); in at_addroute()
|
/netbsd-src/sbin/routed/ |
H A D | radix.c | 523 struct radix_node treenodes[2]) in rn_addroute() 550 saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes); in rn_addroute() 575 (tt = treenodes)->rn_dupedkey = t; in rn_addroute() 581 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey; in rn_addroute()
|
/netbsd-src/sys/net/ |
H A D | radix.c | 600 struct radix_node treenodes[2]) in rn_addroute() 627 saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes); in rn_addroute() 655 (tt = treenodes)->rn_dupedkey = t; in rn_addroute() 666 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey; in rn_addroute()
|