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:__anon21183
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 6677 milliseconds