Searched refs:rn_insert (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 183 # define rn_insert ipf_rn_insert macro 212 *rn_insert __P((void *, struct radix_node_head *, int *,
|
/illumos-gate/usr/src/common/net/patricia/ |
H A D | radix.c | 74 *rn_insert(void *, struct radix_node_head *, int *, 482 rn_insert(v_arg, head, dupentry, nodes) function 607 x = rn_insert(cp, mask_rnhead, &maskduplicated, x); 718 saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes); 789 * tt == saved_tt returned by rn_insert().
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.c | 65 *rn_insert(void *, struct radix_node_head *, boolean_t *, 358 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry, function 404 msglog("rn_insert: Going In:"); 424 msglog("rn_insert: Coming Out:"); 476 x = rn_insert(cp, mask_rnhead, &maskduplicated, x); 574 saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes);
|
Completed in 79 milliseconds