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