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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dll_proto.c27 } llproto_names[] = { variable in typeref:struct:__anon11360
99 for (i=0; i < ARRAY_SIZE(llproto_names); i++) {
100 if (llproto_names[i].id == id)
101 return llproto_names[i].name;
110 for (i=0; i < ARRAY_SIZE(llproto_names); i++) {
111 if (strcasecmp(llproto_names[i].name, buf) == 0) {
112 *id = htons(llproto_names[i].id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_proto.c36 } llproto_names[] = { variable in typeref:struct:__anon281
108 for (i=0; i<sizeof(llproto_names)/sizeof(llproto_names[0]); i++) {
109 if (llproto_names[i].id == id)
110 return llproto_names[i].name;
119 for (i=0; i<sizeof(llproto_names)/sizeof(llproto_names[0]); i++) {
120 if (strcasecmp(llproto_names[i].name, buf) == 0) {
121 *id = htons(llproto_names[i].id);

Completed in 43 milliseconds