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 257 static char * rtnl_rtrealm_tab[256] = { variable
267 rtnl_rtrealm_tab, 256);
276 if (!rtnl_rtrealm_tab[id]) {
280 if (rtnl_rtrealm_tab[id])
281 return rtnl_rtrealm_tab[id];
303 if (rtnl_rtrealm_tab[i] &&
304 strcmp(rtnl_rtrealm_tab[i], arg) == 0) {
305 cache = rtnl_rtrealm_tab[i];

Completed in 130 milliseconds