• Home
  • Raw
  • Download

Lines Matching defs:name

37 bool AddTapIface(const std::string& name) {  in AddTapIface()
46 bool ShutdownIface(const std::string& name) { in ShutdownIface()
56 bool BringUpIface(const std::string& name) { in BringUpIface()
66 bool CreateEthernetIface(const std::string& name, const std::string& bridge_name, in CreateEthernetIface()
116 bool CreateMobileIface(const std::string& name, uint16_t id, in CreateMobileIface()
144 bool DestroyMobileIface(const std::string& name, uint16_t id, in DestroyMobileIface()
160 bool AddGateway(const std::string& name, const std::string& gateway, in AddGateway()
171 bool DestroyGateway(const std::string& name, const std::string& gateway, in DestroyGateway()
182 bool DestroyEthernetIface(const std::string& name, bool has_ipv4_bridge, in DestroyEthernetIface()
195 void CleanupEthernetIface(const std::string& name, in CleanupEthernetIface()
210 bool CreateEbtables(const std::string& name, bool use_ipv4, in CreateEbtables()
216 bool DestroyEbtables(const std::string& name, bool use_ipv4, in DestroyEbtables()
222 bool EbtablesBroute(const std::string& name, bool use_ipv4, bool add, in EbtablesBroute()
242 bool EbtablesFilter(const std::string& name, bool use_ipv4, bool add, in EbtablesFilter()
269 bool CreateTap(const std::string& name) { in CreateTap()
285 bool DeleteIface(const std::string& name) { in DeleteIface()
295 bool DestroyIface(const std::string& name) { in DestroyIface()
320 bool CreateBridge(const std::string& name) { in CreateBridge()
336 bool DestroyBridge(const std::string& name) { return DeleteIface(name); } in DestroyBridge()
368 void CleanupBridgeGateway(const std::string& name, const std::string& ipaddr, in CleanupBridgeGateway()
419 bool StopDnsmasq(const std::string& name) { in StopDnsmasq()
457 bool CreateEthernetBridgeIface(const std::string& name, in CreateEthernetBridgeIface()
471 bool DestroyEthernetBridgeIface(const std::string& name, in DestroyEthernetBridgeIface()