next_route
if (!next_route(rtpp, src, mask))
} while( next_route(rtpp, (*rtpp)->rt_origin, (*rtpp)->rt_originmask) );
if (!next_route(&rt,src,mask)) /* Get first entry */
if (!next_route(&rt, src,mask))