Home | History | Annotate | Download | only in os

Lines Matching refs:iface

63     InterfaceConfiguration getInterfaceConfig(String iface);
68 void setInterfaceConfig(String iface, in InterfaceConfiguration cfg);
73 void clearInterfaceAddresses(String iface);
78 void setInterfaceDown(String iface);
83 void setInterfaceUp(String iface);
88 void setInterfaceIpv6PrivacyExtensions(String iface, boolean enable);
93 void disableIpv6(String iface);
98 void enableIpv6(String iface);
104 void setIPv6AddrGenMode(String iface, int mode);
109 void setInterfaceIpv6NdOffload(String iface, boolean enable);
124 void setMtu(String iface, int mtu);
164 void tetherInterface(String iface);
169 void untetherInterface(String iface);
289 void setInterfaceQuota(String iface, long quotaBytes);
294 void removeInterfaceQuota(String iface);
297 * Set alert for an interface; requires that iface already has quota.
299 void setInterfaceAlert(String iface, long alertBytes);
304 void removeInterfaceAlert(String iface);
330 * {@code iface}.
337 void addIdleTimer(String iface, int timeout, int type);
342 void removeIdleTimer(String iface);
351 void setFirewallInterfaceRule(String iface, boolean allow);
416 void addInterfaceToNetwork(String iface, int netId);
421 void removeInterfaceFromNetwork(String iface, int netId);
448 void addInterfaceToLocalNetwork(String iface, in List<RouteInfo> routes);
449 void removeInterfaceFromLocalNetwork(String iface);