Home
last modified time | relevance | path

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

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