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

/external/iproute2/lib/
H A Dll_types.c36 } arphrd_names[] = { local
113 for (i=0; i<sizeof(arphrd_names)/sizeof(arphrd_names[0]); i++) {
114 if (arphrd_names[i].type == type)
115 return arphrd_names[i].name;

Completed in 91 milliseconds