Lines Matching defs:ifName
795 static void expectLocalIpRuleExists(ExistMode mode, const std::string& ifName) { in expectLocalIpRuleExists()
1544 std::string ipRoutePrefix(const std::string& ifName, const std::string& dst, in ipRoutePrefix()
1618 std::vector<std::string> ipRouteSubstrings(const std::string& ifName, const std::string& dst, in ipRouteSubstrings()
1634 void expectNetworkRouteDoesNotExistWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExistWithMtu()
1642 void expectNetworkRouteExistsWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExistsWithMtu()
1651 void expectVpnLocalExclusionRuleExists(const std::string& ifName, bool expectExists) { in expectVpnLocalExclusionRuleExists()
1662 void expectNetworkRouteExists(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExists()
1668 void expectNetworkRouteDoesNotExist(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExist()
1674 void expectNetworkDefaultIpRuleExists(const char* ifName) { in expectNetworkDefaultIpRuleExists()
1696 void expectNetworkPermissionIpRuleExists(const char* ifName, int permission) { in expectNetworkPermissionIpRuleExists()
1735 void expectNetworkPermissionIptablesRuleExists(const char* ifName, int permission) { in expectNetworkPermissionIptablesRuleExists()
2558 int getTetherAcceptIPv6Ra(const std::string& ifName) { in getTetherAcceptIPv6Ra()
2563 bool getTetherAcceptIPv6Dad(const std::string& ifName) { in getTetherAcceptIPv6Dad()
2568 int getTetherIPv6DadTransmits(const std::string& ifName) { in getTetherIPv6DadTransmits()
2573 bool getTetherEnableIPv6(const std::string& ifName) { in getTetherEnableIPv6()
2579 bool interfaceListContains(const std::vector<std::string>& ifList, const std::string& ifName) { in interfaceListContains()
2588 void expectTetherInterfaceConfigureForIPv6Router(const std::string& ifName) { in expectTetherInterfaceConfigureForIPv6Router()
2595 void expectTetherInterfaceConfigureForIPv6Client(const std::string& ifName) { in expectTetherInterfaceConfigureForIPv6Client()
2603 const std::string& ifName) { in expectTetherInterfaceExists()
2608 const std::string& ifName) { in expectTetherInterfaceNotExists()
2977 android::netdutils::StatusOr<ifreq> ioctlByIfName(const std::string& ifName, unsigned long flag) { in ioctlByIfName()
2988 std::string getInterfaceHwAddr(const std::string& ifName) { in getInterfaceHwAddr()
2999 int getInterfaceIPv4Prefix(const std::string& ifName) { in getInterfaceIPv4Prefix()
3011 std::string getInterfaceIPv4Addr(const std::string& ifName) { in getInterfaceIPv4Addr()
3022 std::vector<std::string> getInterfaceFlags(const std::string& ifName) { in getInterfaceFlags()
3054 int getInterfaceIPv6PrivacyExtensions(const std::string& ifName) { in getInterfaceIPv6PrivacyExtensions()
3059 bool getInterfaceEnableIPv6(const std::string& ifName) { in getInterfaceEnableIPv6()
3066 int getInterfaceMtu(const std::string& ifName) { in getInterfaceMtu()
3075 void expectCurrentInterfaceConfigurationEquals(const std::string& ifName, in expectCurrentInterfaceConfigurationEquals()
3093 void expectInterfaceIPv6PrivacyExtensions(const std::string& ifName, bool enable) { in expectInterfaceIPv6PrivacyExtensions()
3098 void expectInterfaceNoAddr(const std::string& ifName) { in expectInterfaceNoAddr()
3105 void expectInterfaceEnableIPv6(const std::string& ifName, bool enable) { in expectInterfaceEnableIPv6()
3110 void expectInterfaceMtu(const std::string& ifName, const int mtu) { in expectInterfaceMtu()
3115 InterfaceConfigurationParcel makeInterfaceCfgParcel(const std::string& ifName, in makeInterfaceCfgParcel()
3802 void expectVpnFallthroughRuleExists(const std::string& ifName, int vpnNetId) { in expectVpnFallthroughRuleExists()