Searched refs:RT_TABLE_UNSPEC (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | RouteController.cpp | 144 return RT_TABLE_UNSPEC; in getRouteTableForInterface() 296 if (table == RT_TABLE_UNSPEC && rule.action == FR_ACT_TO_TBL && action != RTM_DELRULE) { in modifyIpRule() 309 { &FRATTR_TABLE, table != RT_TABLE_UNSPEC ? sizeof(FRATTR_TABLE) : 0 }, in modifyIpRule() 310 { &table, table != RT_TABLE_UNSPEC ? sizeof(table) : 0 }, in modifyIpRule() 605 if (table == RT_TABLE_UNSPEC) { in modifyVpnFallthroughRule() 671 if (table == RT_TABLE_UNSPEC) { in configureDummyNetwork() 724 return modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_UNREACHABLE, RT_TABLE_UNSPEC, MARK_UNSET, in addUnreachableRule() 739 if (table == RT_TABLE_UNSPEC) { in modifyPhysicalNetwork() 761 if (table == RT_TABLE_UNSPEC) { in modifyVirtualNetwork() 798 if (table == RT_TABLE_UNSPEC) { in modifyDefaultNetwork() [all …]
|
/system/extras/tests/net_test/ |
D | iproute.py | 85 RT_TABLE_UNSPEC = 0 variable 438 rtmsg = RTMsg((family, 0, 0, 0, RT_TABLE_UNSPEC, 452 rtmsg = RTMsg((family, 0, 0, 0, RT_TABLE_UNSPEC, 604 rtmsg = RTMsg((family, prefixlen, 0, 0, RT_TABLE_UNSPEC,
|