Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dip.c94 static struct arglist rtmtypes[] = { {"none", RTN_UNSPEC}, variable
340 char *name = idx_to_string(idx, rtmtypes); in rtmtype_idx2str()
349 int idx = string_to_idx(name, rtmtypes); in rtmtype_str2idx()
2088 idx = substring_to_idx(*argv,rtmtypes); in route_update()