Searched refs:rn_insert (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | radix.c | 82 static struct radix_node *rn_insert(void *, struct radix_node_head *, int *, struct radix_node[2]); 479 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, in rn_insert() function 606 x = rn_insert(cp, mask_rnhead, &maskduplicated, x); in rn_addmask() 708 saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes); in rn_addroute()
|