Home
last modified time | relevance | path

Searched refs:mx_names (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/ip/
Diproute.c43 static const char *mx_names[RTAX_MAX+1] = { variable
589 if (i < sizeof(mx_names)/sizeof(char*) && mx_names[i]) in print_route()
590 fprintf(fp, " %s", mx_names[i]); in print_route()