Searched refs:namefromRPDB (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | ip.c | 288 static char *namefromRPDB(int idx, u_int8_t whichDB) in namefromRPDB() function 999 sprintf(scope, " scope %s ", namefromRPDB(ifa->ifa_scope, RPDB_rtscopes)); in print_addrinfo() 1272 name = xstrdup(namefromRPDB(idx, RPDB_rtscopes)); in ipaddr_listflush() 2260 printf("tos %s ", namefromRPDB(msg->rtm_tos, RPDB_rtdsfield)); in show_rules() 2268 printf("lookup %s ", namefromRPDB(msg->rtm_table, RPDB_rttables)); in show_rules() 2276 printf(format, namefromRPDB((from ? from : to), RPDB_rtrealms)); in show_rules() 2376 namefromRPDB((ptnl->iph.tos & ~1), RPDB_rtdsfield)); in display_tunnel()
|