Lines Matching refs:scope
69 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n");
73 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
84 fprintf(stderr, "SCOPE := [ host | link | global | NUMBER ]\n");
102 int scope, scopemask;
163 if ((filter.scope^r->rtm_scope)&filter.scopemask)
394 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
778 } else if (strcmp(*argv, "scope") == 0) {
779 __u32 scope = 0;
781 if (rtnl_rtscope_a2n(&scope, *argv))
782 invarg("invalid \"scope\" value\n", *argv);
783 req.r.rtm_scope = scope;
1158 } else if (matches(*argv, "scope") == 0) {
1159 __u32 scope = 0;
1162 if (rtnl_rtscope_a2n(&scope, *argv)) {
1164 scope\"\n", *argv);
1165 scope = RT_SCOPE_NOWHERE;
1168 filter.scope = scope;