Lines Matching defs:rtpp
499 next_route(struct rtentry **rtpp, u_long src, u_long mask)
513 (*rtpp) = rbest;
514 return (*rtpp)!=0;
523 next_route_child(struct rtentry **rtpp, u_long src, u_long mask, vifi_t *vifi)
528 if (!((*rtpp) = snmp_find_route(src,mask)))
529 if (!next_route(rtpp, src, mask))
534 for (; (*rtpp)->rt_children && *vifi<numvifs; (*vifi)++)
535 if (VIFM_ISSET(*vifi, (*rtpp)->rt_children))
538 } while( next_route(rtpp, (*rtpp)->rt_origin, (*rtpp)->rt_originmask) );