Home | History | Annotate | Download | only in mrouted

Lines Matching defs:rcnp

405     struct rsrr_cache *rc, **rcnp;
410 rcnp = &gt->gt_rsrr_cache;
411 while ((rc = *rcnp) != NULL) {
422 *rcnp = rc->next;
433 rcnp = &rc->next;
462 struct rsrr_cache *rc, **rcnp;
468 rcnp = &gt->gt_rsrr_cache;
469 while ((rc = *rcnp) != NULL) {
474 *rcnp = rc->next;
477 rcnp = &rc->next;