Searched refs:c_iface (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/netd/server/ |
H A D | BandwidthControllerTest.cpp | 267 const char* c_iface = iface.c_str(); in makeInterfaceQuotaCommands() local 274 StringPrintf("-A bw_FORWARD -i %s -j %s", c_iface, c_chain), in makeInterfaceQuotaCommands() 275 StringPrintf("-A bw_FORWARD -o %s -j %s", c_iface, c_chain), in makeInterfaceQuotaCommands() 277 quota, c_iface), in makeInterfaceQuotaCommands() 286 const char* c_iface = iface.c_str(); in removeInterfaceQuotaCommands() local 289 StringPrintf("-D bw_INPUT -i %s -j %s", c_iface, c_chain), in removeInterfaceQuotaCommands() 290 StringPrintf("-D bw_OUTPUT -o %s -j %s", c_iface, c_chain), in removeInterfaceQuotaCommands() 324 const char* c_iface = iface.c_str(); in makeInterfaceSharedQuotaCommands() local 344 const char* c_iface = iface.c_str(); in removeInterfaceSharedQuotaCommands() local 347 StringPrintf("-D bw_INPUT -i %s -j %s", c_iface, c_chain), in removeInterfaceSharedQuotaCommands() [all …]
|