Home | History | Annotate | Download | only in net

Lines Matching refs:interfaceName

38     public native static int enableInterface(String interfaceName);
41 public native static int disableInterface(String interfaceName);
55 * @param interfaceName is the interface to reset
58 public native static int resetConnections(String interfaceName, int mask);
65 * @param interfaceName the name of the interface to configure
70 public native static boolean runDhcp(String interfaceName, DhcpResults dhcpResults);
75 * @param interfaceName the name of the interface to configure
80 public native static boolean runDhcpRenew(String interfaceName, DhcpResults dhcpResults);
84 * @param interfaceName the name of the interface for which the daemon
88 public native static boolean stopDhcp(String interfaceName);
92 * @param interfaceName the name of the interface for which the lease should
96 public native static boolean releaseDhcpLease(String interfaceName);