Searched defs:getnameinfo (Results 1 – 4 of 4) sorted by relevance
94 …public String getnameinfo(InetAddress address, int flags) throws GaiException { return os.getnamei… in getnameinfo() method in ForwardingOs
80 public String getnameinfo(InetAddress address, int flags) throws GaiException; in getnameinfo() method
85 public native String getnameinfo(InetAddress address, int flags) throws GaiException; in getnameinfo() method in Linux
200 …/** @hide */ public static String getnameinfo(InetAddress address, int flags) throws GaiException … in getnameinfo() method in Os