Searched defs:interfaceName (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java268 /** @hide */ public static InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException { return Libcore.os.ioctlInetAddress(fd, cmd, interfaceName); } argument
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java117 public int ioctlFlags(FileDescriptor fd, String interfaceName) throws ErrnoException { return os.ioctlFlags(fd, interfaceName); }; argument
118 public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException { return os.ioctlInetAddress(fd, cmd, interfaceName); } argument
120 public int ioctlMTU(FileDescriptor fd, String interfaceName) throws ErrnoException { return os.ioctlMTU(fd, interfaceName); }; argument
H A DLinux.java108 public native int ioctlFlags(FileDescriptor fd, String interfaceName) throws ErrnoException; argument
109 public native InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException; argument
111 public native int ioctlMTU(FileDescriptor fd, String interfaceName) throws ErrnoException; argument
H A DOs.java103 public int ioctlFlags(FileDescriptor fd, String interfaceName) throws ErrnoException; argument
104 public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException; argument
106 public int ioctlMTU(FileDescriptor fd, String interfaceName) throws ErrnoException; argument

Completed in 75 milliseconds