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

  /external/iproute2/lib/
rt_names.c 253 static char * rtnl_rtrealm_tab[256] = { variable
263 rtnl_rtrealm_tab, 256);
272 if (!rtnl_rtrealm_tab[id]) {
276 if (rtnl_rtrealm_tab[id])
277 return rtnl_rtrealm_tab[id];
299 if (rtnl_rtrealm_tab[i] &&
300 strcmp(rtnl_rtrealm_tab[i], arg) == 0) {
301 cache = rtnl_rtrealm_tab[i];

Completed in 31 milliseconds