Home
last modified time | relevance | path

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

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