Home
last modified time | relevance | path

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

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