Home | History | Annotate | Download | only in ip

Lines Matching refs:rtm_scope

179 	if ((filter.scope^r->rtm_scope)&filter.scopemask)
440 if ((r->rtm_scope != RT_SCOPE_UNIVERSE || show_details > 0) && filter.scopemask != -1)
441 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
845 req.r.rtm_scope = RT_SCOPE_NOWHERE;
849 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
928 req.r.rtm_scope = scope;
1203 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
1206 req.r.rtm_scope = RT_SCOPE_HOST;
1210 req.r.rtm_scope = RT_SCOPE_LINK;
1214 req.r.rtm_scope = RT_SCOPE_NOWHERE;
1216 req.r.rtm_scope = RT_SCOPE_LINK;
1601 req.r.rtm_scope = 0;