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

/external/iproute2/lib/
H A Drt_names.c107 static char * rtnl_rtprot_tab[256] = { variable
133 rtnl_rtprot_tab, 256);
142 if (!rtnl_rtprot_tab[id]) {
146 if (rtnl_rtprot_tab[id])
147 return rtnl_rtprot_tab[id];
168 if (rtnl_rtprot_tab[i] &&
169 strcmp(rtnl_rtprot_tab[i], arg) == 0) {
170 cache = rtnl_rtprot_tab[i];

Completed in 38 milliseconds