Home | History | Annotate | Download | only in pending

Lines Matching defs:rt_scope

89 static struct arglist *rt_scope[RPDB_ENTRIES];
250 alist = rt_scope;
253 init_arglist(rt_scope,0,"global");
254 init_arglist(rt_scope,200,"site");
255 init_arglist(rt_scope,253,"link");
256 init_arglist(rt_scope,254,"host");
257 init_arglist(rt_scope,255,"nowhere");
258 parseRPDB("/etc/iproute2/rt_scopes", alist, ARRAY_LEN(rt_scope));
2792 if (rtscope_init) free_alist(rt_scope);