HomeSort by relevance Sort by last modified time
    Searched defs:ioctlInetAddress (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Os.java 66 public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException;
Posix.java 68 public native InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException;
ForwardingOs.java 74 public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws ErrnoException { return os.ioctlInetAddress(fd, cmd, interfaceName); }

Completed in 18 milliseconds