Home
last modified time | relevance | path

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

/external/iproute2/lib/
Drt_names.c569 static char *nl_proto_tab[256] = { variable
599 nl_proto_tab, 256); in nl_proto_initialize()
612 if (nl_proto_tab[id]) in nl_proto_n2a()
613 return nl_proto_tab[id]; in nl_proto_n2a()
635 if (nl_proto_tab[i] && in nl_proto_a2n()
636 strcmp(nl_proto_tab[i], arg) == 0) { in nl_proto_a2n()
637 cache = nl_proto_tab[i]; in nl_proto_a2n()