Home
last modified time | relevance | path

Searched refs:rtnl_rtscope_tab (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/lib/
Drt_names.c226 static char *rtnl_rtscope_tab[256] = { variable
240 rtnl_rtscope_tab, 256); in rtnl_rtscope_initialize()
250 if (!rtnl_rtscope_tab[id]) { in rtnl_rtscope_n2a()
255 if (rtnl_rtscope_tab[id]) in rtnl_rtscope_n2a()
256 return rtnl_rtscope_tab[id]; in rtnl_rtscope_n2a()
278 if (rtnl_rtscope_tab[i] && in rtnl_rtscope_a2n()
279 strcmp(rtnl_rtscope_tab[i], arg) == 0) { in rtnl_rtscope_a2n()
280 cache = rtnl_rtscope_tab[i]; in rtnl_rtscope_a2n()