• Home
  • Raw
  • Download

Lines Matching defs:ifName

822 static void expectLocalIpRuleExists(ExistMode mode, const std::string& ifName) {  in expectLocalIpRuleExists()
1563 std::string ipRoutePrefix(const std::string& ifName, const std::string& dst, in ipRoutePrefix()
1637 std::vector<std::string> ipRouteSubstrings(const std::string& ifName, const std::string& dst, in ipRouteSubstrings()
1653 void expectNetworkRouteDoesNotExistWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExistWithMtu()
1661 void expectNetworkRouteExistsWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExistsWithMtu()
1670 void expectVpnLocalExclusionRuleExists(const std::string& ifName, bool expectExists) { in expectVpnLocalExclusionRuleExists()
1681 void expectNetworkRouteExists(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExists()
1687 void expectNetworkRouteDoesNotExist(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExist()
1693 void expectNetworkDefaultIpRuleExists(const char* ifName) { in expectNetworkDefaultIpRuleExists()
1715 void expectNetworkPermissionIpRuleExists(const char* ifName, int permission) { in expectNetworkPermissionIpRuleExists()
1738 void expectNetworkPermissionIptablesRuleExists(const char* ifName, int permission) { in expectNetworkPermissionIptablesRuleExists()
2561 int getTetherAcceptIPv6Ra(const std::string& ifName) { in getTetherAcceptIPv6Ra()
2566 bool getTetherAcceptIPv6Dad(const std::string& ifName) { in getTetherAcceptIPv6Dad()
2571 int getTetherIPv6DadTransmits(const std::string& ifName) { in getTetherIPv6DadTransmits()
2576 bool getTetherEnableIPv6(const std::string& ifName) { in getTetherEnableIPv6()
2582 bool interfaceListContains(const std::vector<std::string>& ifList, const std::string& ifName) { in interfaceListContains()
2591 void expectTetherInterfaceConfigureForIPv6Router(const std::string& ifName) { in expectTetherInterfaceConfigureForIPv6Router()
2598 void expectTetherInterfaceConfigureForIPv6Client(const std::string& ifName) { in expectTetherInterfaceConfigureForIPv6Client()
2606 const std::string& ifName) { in expectTetherInterfaceExists()
2611 const std::string& ifName) { in expectTetherInterfaceNotExists()
2965 android::netdutils::StatusOr<ifreq> ioctlByIfName(const std::string& ifName, unsigned long flag) { in ioctlByIfName()
2976 std::string getInterfaceHwAddr(const std::string& ifName) { in getInterfaceHwAddr()
2987 int getInterfaceIPv4Prefix(const std::string& ifName) { in getInterfaceIPv4Prefix()
2999 std::string getInterfaceIPv4Addr(const std::string& ifName) { in getInterfaceIPv4Addr()
3010 std::vector<std::string> getInterfaceFlags(const std::string& ifName) { in getInterfaceFlags()
3042 int getInterfaceIPv6PrivacyExtensions(const std::string& ifName) { in getInterfaceIPv6PrivacyExtensions()
3047 bool getInterfaceEnableIPv6(const std::string& ifName) { in getInterfaceEnableIPv6()
3054 int getInterfaceMtu(const std::string& ifName) { in getInterfaceMtu()
3063 void expectCurrentInterfaceConfigurationEquals(const std::string& ifName, in expectCurrentInterfaceConfigurationEquals()
3081 void expectInterfaceIPv6PrivacyExtensions(const std::string& ifName, bool enable) { in expectInterfaceIPv6PrivacyExtensions()
3086 void expectInterfaceNoAddr(const std::string& ifName) { in expectInterfaceNoAddr()
3093 void expectInterfaceEnableIPv6(const std::string& ifName, bool enable) { in expectInterfaceEnableIPv6()
3098 void expectInterfaceMtu(const std::string& ifName, const int mtu) { in expectInterfaceMtu()
3103 InterfaceConfigurationParcel makeInterfaceCfgParcel(const std::string& ifName, in makeInterfaceCfgParcel()
3782 void expectVpnFallthroughRuleExists(const std::string& ifName, int vpnNetId) { in expectVpnFallthroughRuleExists()