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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/libiproute/
H A Drt_names.c52 static const char **rtnl_rtprot_tab; /* [256] */ variable
71 if (rtnl_rtprot_tab) return;
72 rtnl_rtprot_tab = xzalloc(256 * sizeof(rtnl_rtprot_tab[0]));
73 memcpy(rtnl_rtprot_tab, init_tab, sizeof(init_tab));
75 rtnl_rtprot_tab, 256);
88 if (rtnl_rtprot_tab[id])
89 return rtnl_rtprot_tab[id];
108 if (rtnl_rtprot_tab[i] &&
109 strcmp(rtnl_rtprot_tab[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Drt_names.c61 static char * rtnl_rtprot_tab[256] = { variable
87 rtnl_rtprot_tab, 256);
96 if (!rtnl_rtprot_tab[id]) {
100 if (rtnl_rtprot_tab[id])
101 return rtnl_rtprot_tab[id];
122 if (rtnl_rtprot_tab[i] &&
123 strcmp(rtnl_rtprot_tab[i], arg) == 0) {
124 cache = rtnl_rtprot_tab[i];

Completed in 202 milliseconds