Home | History | Annotate | Download | only in ip

Lines Matching refs:rtm_scope

163 	if ((filter.scope^r->rtm_scope)&filter.scopemask)
393 if (r->rtm_scope != RT_SCOPE_UNIVERSE && filter.scopemask != -1)
394 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
727 req.r.rtm_scope = RT_SCOPE_NOWHERE;
731 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
783 req.r.rtm_scope = scope;
1000 req.r.rtm_scope = RT_SCOPE_HOST;
1004 req.r.rtm_scope = RT_SCOPE_LINK;
1008 req.r.rtm_scope = RT_SCOPE_NOWHERE;
1010 req.r.rtm_scope = RT_SCOPE_LINK;
1371 req.r.rtm_scope = 0;