Home
last modified time | relevance | path

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

/external/iproute2/lib/
Drt_names.c597 static char *nl_proto_tab[256] = { variable
627 nl_proto_tab, 256); in nl_proto_initialize()
640 if (nl_proto_tab[id]) in nl_proto_n2a()
641 return nl_proto_tab[id]; in nl_proto_n2a()
663 if (nl_proto_tab[i] && in nl_proto_a2n()
664 strcmp(nl_proto_tab[i], arg) == 0) { in nl_proto_a2n()
665 cache = nl_proto_tab[i]; in nl_proto_a2n()