HomeSort by relevance Sort by last modified time
    Searched full:rtnl_rtscope_tab (Results 1 - 1 of 1) sorted by null

  /external/iproute2/lib/
rt_names.c 190 static char * rtnl_rtscope_tab[256] = { variable
199 rtnl_rtscope_tab[255] = "nowhere";
200 rtnl_rtscope_tab[254] = "host";
201 rtnl_rtscope_tab[253] = "link";
202 rtnl_rtscope_tab[200] = "site";
204 rtnl_rtscope_tab, 256);
213 if (!rtnl_rtscope_tab[id]) {
217 if (rtnl_rtscope_tab[id])
218 return rtnl_rtscope_tab[id];
239 if (rtnl_rtscope_tab[i] &
    [all...]

Completed in 123 milliseconds