Lines Matching refs:RunExternalCommand
10 int RunExternalCommand(const std::string& command) { in RunExternalCommand() function
42 int status = RunExternalCommand(add_command); in AddTapIface()
51 int status = RunExternalCommand(link_command); in ShutdownIface()
61 int status = RunExternalCommand(link_command); in BringUpIface()
166 int status = RunExternalCommand(command); in AddGateway()
177 int status = RunExternalCommand(command); in DestroyGateway()
237 int status = RunExternalCommand(command); in EbtablesBroute()
254 int status = RunExternalCommand(command); in EbtablesFilter()
264 int status = RunExternalCommand(command); in LinkTapToBridge()
290 int status = RunExternalCommand(link_command); in DeleteIface()
327 int status = RunExternalCommand(command); in CreateBridge()
414 int status = RunExternalCommand(command); in StartDnsmasq()
434 int status = RunExternalCommand(command); in StopDnsmasq()
452 int status = RunExternalCommand(command); in IptableConfig()