Home
last modified time | relevance | path

Searched refs:rsrr_cache (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/mrouted/
H A Drsrr.c82 static void rsrr_cache(struct gtable *gt, struct rsrr_rq *route_query);
313 rsrr_cache(gt,route_query);
401 rsrr_cache(gt,route_query) in rsrr_cache() function
405 struct rsrr_cache *rc, **rcnp;
439 rc = (struct rsrr_cache *) malloc(sizeof(struct rsrr_cache));
462 struct rsrr_cache *rc, **rcnp;
487 struct rsrr_cache *rc,*rc_next;
H A Drsrr_var.h41 struct rsrr_cache { struct
45 struct rsrr_cache *next; /* next cache item */ argument
H A Dprune.h40 struct rsrr_cache *gt_rsrr_cache; /* RSRR cache */