HomeSort by relevance Sort by last modified time
    Searched full:llproto_names (Results 1 - 1 of 1) sorted by null

  /external/iproute2/lib/
ll_proto.c 36 } llproto_names[] = { variable in typeref:struct:__anon9141
111 for (i=0; i<sizeof(llproto_names)/sizeof(llproto_names[0]); i++) {
112 if (llproto_names[i].id == id)
113 return llproto_names[i].name;
122 for (i=0; i<sizeof(llproto_names)/sizeof(llproto_names[0]); i++) {
123 if (strcasecmp(llproto_names[i].name, buf) == 0) {
124 *id = htons(llproto_names[i].id);

Completed in 227 milliseconds