HomeSort by: relevance | last modified time | path
    Searched defs:rcnp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mrouted/
rsrr.c 405 struct rsrr_cache *rc, **rcnp; local in function:rsrr_cache
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; local in function:rsrr_cache_send
468 rcnp = &gt->gt_rsrr_cache;
469 while ((rc = *rcnp) != NULL) {
474 *rcnp = rc->next;
477 rcnp = &rc->next
    [all...]
rsrr.c 405 struct rsrr_cache *rc, **rcnp; local in function:rsrr_cache
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; local in function:rsrr_cache_send
468 rcnp = &gt->gt_rsrr_cache;
469 while ((rc = *rcnp) != NULL) {
474 *rcnp = rc->next;
477 rcnp = &rc->next
    [all...]

Completed in 22 milliseconds