Lines Matching defs:name
52 bool AddTapIface(const std::string& name) { in AddTapIface()
61 bool ShutdownIface(const std::string& name) { in ShutdownIface()
71 bool BringUpIface(const std::string& name) { in BringUpIface()
81 bool CreateEthernetIface(const std::string& name, const std::string& bridge_name, in CreateEthernetIface()
131 bool CreateMobileIface(const std::string& name, uint16_t id, in CreateMobileIface()
159 bool DestroyMobileIface(const std::string& name, uint16_t id, in DestroyMobileIface()
175 bool AddGateway(const std::string& name, const std::string& gateway, in AddGateway()
186 bool DestroyGateway(const std::string& name, const std::string& gateway, in DestroyGateway()
197 bool DestroyEthernetIface(const std::string& name, bool has_ipv4_bridge, in DestroyEthernetIface()
210 void CleanupEthernetIface(const std::string& name, in CleanupEthernetIface()
225 bool CreateEbtables(const std::string& name, bool use_ipv4, in CreateEbtables()
231 bool DestroyEbtables(const std::string& name, bool use_ipv4, in DestroyEbtables()
237 bool EbtablesBroute(const std::string& name, bool use_ipv4, bool add, in EbtablesBroute()
257 bool EbtablesFilter(const std::string& name, bool use_ipv4, bool add, in EbtablesFilter()
284 bool CreateTap(const std::string& name) { in CreateTap()
300 bool DeleteIface(const std::string& name) { in DeleteIface()
310 bool DestroyIface(const std::string& name) { in DestroyIface()
335 bool CreateBridge(const std::string& name) { in CreateBridge()
351 bool DestroyBridge(const std::string& name) { return DeleteIface(name); } in DestroyBridge()
383 void CleanupBridgeGateway(const std::string& name, const std::string& ipaddr, in CleanupBridgeGateway()
434 bool StopDnsmasq(const std::string& name) { in StopDnsmasq()
472 bool CreateEthernetBridgeIface(const std::string& name, in CreateEthernetBridgeIface()
486 bool DestroyEthernetBridgeIface(const std::string& name, in DestroyEthernetBridgeIface()