Lines Matching refs:ifName
101 * @param ifName Network port device name
106 int32_t NetworkAddRoute(int32_t netId, const std::string &ifName, const std::string &destination,
113 * @param ifName Network port device name
118 int32_t NetworkRemoveRoute(int32_t netId, const std::string &ifName, const std::string &destination,
156 * @param ifName Network port device name
158 void ClearInterfaceAddrs(const std::string &ifName);
163 * @param ifName Network port device name
166 int32_t GetInterfaceMtu(const std::string &ifName);
171 * @param ifName Network port device name
175 int32_t SetInterfaceMtu(const std::string &ifName, int32_t mtu);
188 * @param ifName Network port device name
193 int32_t AddInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength);
198 * @param ifName Network port device name
203 int32_t DelInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength);
208 * @param ifName Network port device name
214 int32_t DelInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength,
609 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes);
617 int32_t BandwidthRemoveIfaceQuota(const std::string &ifName);
819 int32_t AddStaticArp(const std::string &ipAddr, const std::string &macAddr, const std::string &ifName);
820 int32_t DelStaticArp(const std::string &ipAddr, const std::string &macAddr, const std::string &ifName);