Home | History | Annotate | Download | only in os

Lines Matching refs:iface

54     InterfaceConfiguration getInterfaceConfig(String iface);
59 void setInterfaceConfig(String iface, in InterfaceConfiguration cfg);
64 void clearInterfaceAddresses(String iface);
69 void setInterfaceDown(String iface);
74 void setInterfaceUp(String iface);
79 void setInterfaceIpv6PrivacyExtensions(String iface, boolean enable);
84 void disableIpv6(String iface);
89 void enableIpv6(String iface);
95 RouteInfo[] getRoutes(String iface);
100 void addRoute(String iface, in RouteInfo route);
105 void removeRoute(String iface, in RouteInfo route);
112 void addSecondaryRoute(String iface, in RouteInfo route);
117 void removeSecondaryRoute(String iface, in RouteInfo route);
157 void tetherInterface(String iface);
162 void untetherInterface(String iface);
265 void setInterfaceQuota(String iface, long quotaBytes);
270 void removeInterfaceQuota(String iface);
273 * Set alert for an interface; requires that iface already has quota.
275 void setInterfaceAlert(String iface, long alertBytes);
280 void removeInterfaceAlert(String iface);
300 void setInterfaceThrottle(String iface, int rxKbps, int txKbps);
306 int getInterfaceRxThrottle(String iface);
312 int getInterfaceTxThrottle(String iface);
317 void setDefaultInterfaceForDns(String iface);
322 void setDnsServersForInterface(String iface, in String[] servers);
332 void flushInterfaceDnsCache(String iface);