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

  /src/usr.sbin/mrouted/
prune.c 52 static struct ptable * find_prune_entry(u_int32_t vr, struct ptable *pt);
206 find_prune_entry(u_int32_t vr, struct ptable *pt) function in typeref:struct:ptable *
1078 if (find_prune_entry(vr->al_addr, g->gt_pruntbl) == NULL) {
1183 if ((pt = find_prune_entry(src, g->gt_pruntbl)) != NULL) {
1223 if (find_prune_entry(vr->al_addr, g->gt_pruntbl) == NULL) {

Completed in 14 milliseconds