Searched refs:idxfromRPDB (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | ip.c | 301 static int idxfromRPDB(char *name, u_int8_t whichDB) in idxfromRPDB() function 1145 int scope = idxfromRPDB(*argv, RPDB_rtscopes); in ipaddrupdate() 1269 if ((scope = idxfromRPDB(name, RPDB_rtscopes)) < 0) { in ipaddr_listflush() 1779 if ((idx = idxfromRPDB(*argv,RPDB_rtprotos)) < 0) in route_show_flush() 1808 if ((gfilter.tb = idxfromRPDB(*argv, RPDB_rttables)) < 0) in route_show_flush() 1951 if ((idx = idxfromRPDB(*argv,RPDB_rtprotos)) < 0) in route_update() 1957 req.msg.rtm_table = idxfromRPDB(*argv, RPDB_rttables); in route_update() 2137 if ((tos = idxfromRPDB(*argv, RPDB_rtdsfield)) < 0) in ruleupdate() 2151 if ((ret = idxfromRPDB(*argv, RPDB_rtrealms)) < 0) in ruleupdate() 2157 if ((ret = idxfromRPDB(ptr, RPDB_rtrealms)) < 0) in ruleupdate() [all …]
|