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

/external/iproute2/lib/
H A Dll_proto.c36 } llproto_names[] = { variable in typeref:struct:__anon22415
95 for (i=0; i<sizeof(llproto_names)/sizeof(llproto_names[0]); i++) {
96 if (llproto_names[i].id == id)
97 return llproto_names[i].name;
106 for (i=0; i<sizeof(llproto_names)/sizeof(llproto_names[0]); i++) {
107 if (strcasecmp(llproto_names[i].name, buf) == 0) {
108 *id = htons(llproto_names[i].id);

Completed in 135 milliseconds