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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Drt_names.c125 static const char **rtnl_rtscope_tab; /* [256] */ variable
129 if (rtnl_rtscope_tab) return;
130 rtnl_rtscope_tab = xzalloc(256 * sizeof(rtnl_rtscope_tab[0]));
131 rtnl_rtscope_tab[0] = "global";
132 rtnl_rtscope_tab[255] = "nowhere";
133 rtnl_rtscope_tab[254] = "host";
134 rtnl_rtscope_tab[253] = "link";
135 rtnl_rtscope_tab[200] = "site";
137 rtnl_rtscope_tab, 25
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Drt_names.c140 static char * rtnl_rtscope_tab[256] = { variable
149 rtnl_rtscope_tab[255] = "nowhere";
150 rtnl_rtscope_tab[254] = "host";
151 rtnl_rtscope_tab[253] = "link";
152 rtnl_rtscope_tab[200] = "site";
154 rtnl_rtscope_tab, 256);
163 if (!rtnl_rtscope_tab[id]) {
167 if (rtnl_rtscope_tab[id])
168 return rtnl_rtscope_tab[id];
189 if (rtnl_rtscope_tab[
[all...]

Completed in 161 milliseconds