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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dll_types.c36 } arphrd_names[] = { local
128 for (i=0; i<sizeof(arphrd_names)/sizeof(arphrd_names[0]); i++) {
129 if (arphrd_names[i].type == type)
130 return arphrd_names[i].name;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dll_types.c24 } arphrd_names[] = { local
111 for (i = 0; i < ARRAY_SIZE(arphrd_names); i++) {
112 if (arphrd_names[i].type == type)
113 return arphrd_names[i].name;

Completed in 66 milliseconds