• Home
  • Raw
  • Download

Lines Matching defs:ifName

1681 std::string ipRouteString(const std::string& ifName, const std::string& dst,  in ipRouteString()
1692 void expectNetworkRouteExists(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExists()
1698 void expectNetworkRouteDoesNotExist(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExist()
1714 void expectNetworkDefaultIpRuleExists(const char* ifName) { in expectNetworkDefaultIpRuleExists()
1731 void expectNetworkPermissionIpRuleExists(const char* ifName, int permission) { in expectNetworkPermissionIpRuleExists()
1769 void expectNetworkPermissionIptablesRuleExists(const char* ifName, int permission) { in expectNetworkPermissionIptablesRuleExists()
1996 int getTetherAcceptIPv6Ra(const std::string& ifName) { in getTetherAcceptIPv6Ra()
2001 bool getTetherAcceptIPv6Dad(const std::string& ifName) { in getTetherAcceptIPv6Dad()
2006 int getTetherIPv6DadTransmits(const std::string& ifName) { in getTetherIPv6DadTransmits()
2011 bool getTetherEnableIPv6(const std::string& ifName) { in getTetherEnableIPv6()
2017 bool interfaceListContains(const std::vector<std::string>& ifList, const std::string& ifName) { in interfaceListContains()
2026 void expectTetherInterfaceConfigureForIPv6Router(const std::string& ifName) { in expectTetherInterfaceConfigureForIPv6Router()
2033 void expectTetherInterfaceConfigureForIPv6Client(const std::string& ifName) { in expectTetherInterfaceConfigureForIPv6Client()
2041 const std::string& ifName) { in expectTetherInterfaceExists()
2046 const std::string& ifName) { in expectTetherInterfaceNotExists()
2458 android::netdutils::StatusOr<ifreq> ioctlByIfName(const std::string& ifName, unsigned long flag) { in ioctlByIfName()
2469 std::string getInterfaceHwAddr(const std::string& ifName) { in getInterfaceHwAddr()
2480 int getInterfaceIPv4Prefix(const std::string& ifName) { in getInterfaceIPv4Prefix()
2492 std::string getInterfaceIPv4Addr(const std::string& ifName) { in getInterfaceIPv4Addr()
2503 std::vector<std::string> getInterfaceFlags(const std::string& ifName) { in getInterfaceFlags()
2535 int getInterfaceIPv6PrivacyExtensions(const std::string& ifName) { in getInterfaceIPv6PrivacyExtensions()
2540 bool getInterfaceEnableIPv6(const std::string& ifName) { in getInterfaceEnableIPv6()
2547 int getInterfaceMtu(const std::string& ifName) { in getInterfaceMtu()
2556 void expectCurrentInterfaceConfigurationEquals(const std::string& ifName, in expectCurrentInterfaceConfigurationEquals()
2574 void expectInterfaceIPv6PrivacyExtensions(const std::string& ifName, bool enable) { in expectInterfaceIPv6PrivacyExtensions()
2579 void expectInterfaceNoAddr(const std::string& ifName) { in expectInterfaceNoAddr()
2586 void expectInterfaceEnableIPv6(const std::string& ifName, bool enable) { in expectInterfaceEnableIPv6()
2591 void expectInterfaceMtu(const std::string& ifName, const int mtu) { in expectInterfaceMtu()
2596 InterfaceConfigurationParcel makeInterfaceCfgParcel(const std::string& ifName, in makeInterfaceCfgParcel()
3185 void expectVpnFallthroughRuleExists(const std::string& ifName, int vpnNetId) { in expectVpnFallthroughRuleExists()